dahaoGPT commited on
Commit
4034b68
·
1 Parent(s): 346be52

delete style

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ with gr.Blocks() as chatglm2bot:
17
  Author: Zeng, Aohan and Liu, Xiao and Du, Zhengxiao and Wang, Zihan and Lai, Hanyu and Ding, Ming and Yang, Zhuoyi and Xu, Yifan and Zheng, Wendi and Xia, Xiao and others
18
  Paper: arXiv preprint arXiv:2210.02414''')
19
  state = gr.State([])
20
- chatbot = gr.Chatbot([], elem_id="chatbot").style(height=400)
21
  with gr.Row():
22
  with gr.Column(scale=4):
23
  txt = gr.Textbox(show_label=False, placeholder="Enter text and press enter").style(container=False)
 
17
  Author: Zeng, Aohan and Liu, Xiao and Du, Zhengxiao and Wang, Zihan and Lai, Hanyu and Ding, Ming and Yang, Zhuoyi and Xu, Yifan and Zheng, Wendi and Xia, Xiao and others
18
  Paper: arXiv preprint arXiv:2210.02414''')
19
  state = gr.State([])
20
+ chatbot = gr.Chatbot([], elem_id="chatbot")
21
  with gr.Row():
22
  with gr.Column(scale=4):
23
  txt = gr.Textbox(show_label=False, placeholder="Enter text and press enter").style(container=False)