wlike commited on
Commit
bdaaf4b
·
verified ·
1 Parent(s): 5081550

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=600, bubble_full_width=False, likeable=False)
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():