Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -298,7 +298,7 @@ with gr.Blocks(theme=theme, css=css, title='療癒對話機器人') as demo:
|
|
298 |
|
299 |
with gr.Row() as main_interface:
|
300 |
with gr.Column() as chatbot_interface:
|
301 |
-
chatbot = gr.Chatbot(label="聊天機器人", show_share_button=False, bubble_full_width=False,
|
302 |
msg = gr.Textbox(show_label=False, placeholder="今天想要跟我分享什麼呢?", autofocus=True, scale=2)
|
303 |
with gr.Row():
|
304 |
submit = gr.Button("送出", variant="primary", scale=2)
|
|
|
298 |
|
299 |
with gr.Row() as main_interface:
|
300 |
with gr.Column() as chatbot_interface:
|
301 |
+
chatbot = gr.Chatbot(label="聊天機器人", show_share_button=False, bubble_full_width=False, layout='bubble', scale=6)
|
302 |
msg = gr.Textbox(show_label=False, placeholder="今天想要跟我分享什麼呢?", autofocus=True, scale=2)
|
303 |
with gr.Row():
|
304 |
submit = gr.Button("送出", variant="primary", scale=2)
|