alexkueck commited on
Commit
508cc79
1 Parent(s): 5e08303

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -500,7 +500,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
500
  with gr.Row():
501
  with gr.Column(scale=5):
502
  with gr.Row():
503
- chatbot = gr.Chatbot(elem_id="chuanhu_chatbot", live=True)
504
  with gr.Row():
505
  with gr.Column(scale=12):
506
  user_input = gr.Textbox(
 
500
  with gr.Row():
501
  with gr.Column(scale=5):
502
  with gr.Row():
503
+ chatbot = gr.Chatbot(elem_id="chuanhu_chatbot", bubble_full_width=False,)
504
  with gr.Row():
505
  with gr.Column(scale=12):
506
  user_input = gr.Textbox(