MoDongbao commited on
Commit
bac3595
·
1 Parent(s): 08bb4aa

Upload main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -58,7 +58,7 @@ with gr.Blocks(title="ChatGPT 学术优化", theme=set_theme, analytics_enabled=
58
  chatbot.style(height=CHATBOT_HEIGHT)
59
  history = gr.State([])
60
  with gr_L2(scale=1):
61
- with gr.Accordion("输入区", open=True, visible=False) as area_input_primary:
62
  with gr.Row():
63
  txt = gr.Textbox(show_label=False, placeholder="Input question here.").style(container=False)
64
  with gr.Row():
 
58
  chatbot.style(height=CHATBOT_HEIGHT)
59
  history = gr.State([])
60
  with gr_L2(scale=1):
61
+ with gr.Accordion("用户输入", open=True, visible=False) as area_input_primary:
62
  with gr.Row():
63
  txt = gr.Textbox(show_label=False, placeholder="Input question here.").style(container=False)
64
  with gr.Row():