Upload main.py
Browse files
main.py
CHANGED
@@ -100,7 +100,7 @@ with gr.Blocks(title="ChatGPT 学术优化", theme=set_theme, analytics_enabled=
|
|
100 |
gr.Markdown(description)
|
101 |
with gr.Accordion("用户输入", open=True, visible=True) as area_input_secondary:
|
102 |
with gr.Row():
|
103 |
-
txt2 = gr.Textbox(show_label=True,
|
104 |
with gr.Row():
|
105 |
submitBtn2 = gr.Button("提交", variant="primary")
|
106 |
with gr.Row():
|
|
|
100 |
gr.Markdown(description)
|
101 |
with gr.Accordion("用户输入", open=True, visible=True) as area_input_secondary:
|
102 |
with gr.Row():
|
103 |
+
txt2 = gr.Textbox(show_label=True, placeholder="Input question here.", label="Question").style(container=False)
|
104 |
with gr.Row():
|
105 |
submitBtn2 = gr.Button("提交", variant="primary")
|
106 |
with gr.Row():
|