Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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,
|
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)
|