update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ with gr.Blocks(css=css) as chat_demo:
|
|
78 |
<a href="https://help.xverse.cn/docs/api-reference">API</a>\
|
79 |
</center>"""
|
80 |
)
|
81 |
-
chatbot = gr.Chatbot(elem_id="chatbot", height=
|
82 |
state = gr.State([])
|
83 |
|
84 |
with gr.Row():
|
|
|
78 |
<a href="https://help.xverse.cn/docs/api-reference">API</a>\
|
79 |
</center>"""
|
80 |
)
|
81 |
+
chatbot = gr.Chatbot(elem_id="chatbot", height=550, bubble_full_width=False, likeable=False)
|
82 |
state = gr.State([])
|
83 |
|
84 |
with gr.Row():
|