Spaces:
Runtime error
Runtime error
delete style
Browse files
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")
|
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)
|