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)