Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ with gr.Blocks(css=css, fill_height=True) as demo:
|
|
| 24 |
chatbot = gr.Chatbot(
|
| 25 |
[],
|
| 26 |
elem_id="chatbot",
|
| 27 |
-
bubble_full_width=
|
| 28 |
height=700,
|
| 29 |
)
|
| 30 |
|
|
|
|
| 24 |
chatbot = gr.Chatbot(
|
| 25 |
[],
|
| 26 |
elem_id="chatbot",
|
| 27 |
+
bubble_full_width=False,
|
| 28 |
height=700,
|
| 29 |
)
|
| 30 |
|