haohsiang commited on
Commit
ef1e5ee
·
verified ·
1 Parent(s): 219cdc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -291,7 +291,7 @@ with gr.Blocks(theme=theme, css=css) as demo:
291
 
292
  with gr.Row() as main_interface:
293
  with gr.Column() as chatbot_interface:
294
- chatbot = gr.Chatbot(label="聊天機器人", show_share_button=False, bubble_full_width=False, autoscroll=True, layout='bubble', scale=6)
295
  msg = gr.Textbox(show_label=False, placeholder="今天想要跟我分享什麼呢?", autofocus=True, scale=2)
296
  with gr.Row():
297
  submit = gr.Button("送出", variant="primary", scale=2)
 
291
 
292
  with gr.Row() as main_interface:
293
  with gr.Column() as chatbot_interface:
294
+ chatbot = gr.Chatbot(label="聊天機器人", show_share_button=False, bubble_full_width=False, layout='bubble', scale=6)
295
  msg = gr.Textbox(show_label=False, placeholder="今天想要跟我分享什麼呢?", autofocus=True, scale=2)
296
  with gr.Row():
297
  submit = gr.Button("送出", variant="primary", scale=2)