Update app.py
Browse files
app.py
CHANGED
@@ -500,7 +500,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
500 |
with gr.Row():
|
501 |
with gr.Column(scale=5):
|
502 |
with gr.Row():
|
503 |
-
chatbot = gr.Chatbot(elem_id="chuanhu_chatbot",
|
504 |
with gr.Row():
|
505 |
with gr.Column(scale=12):
|
506 |
user_input = gr.Textbox(
|
|
|
500 |
with gr.Row():
|
501 |
with gr.Column(scale=5):
|
502 |
with gr.Row():
|
503 |
+
chatbot = gr.Chatbot(elem_id="chuanhu_chatbot", bubble_full_width=False,)
|
504 |
with gr.Row():
|
505 |
with gr.Column(scale=12):
|
506 |
user_input = gr.Textbox(
|