haohsiang commited on
Commit
a704032
·
verified ·
1 Parent(s): 18cafa6

Update app.py

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