commit
Browse files
app.py
CHANGED
|
@@ -191,7 +191,6 @@ def create_ui():
|
|
| 191 |
chatbot = gr.Chatbot(
|
| 192 |
label="Chat",
|
| 193 |
height=500,
|
| 194 |
-
bubble_full_width=False,
|
| 195 |
show_copy_button=True
|
| 196 |
)
|
| 197 |
|
|
|
|
| 191 |
chatbot = gr.Chatbot(
|
| 192 |
label="Chat",
|
| 193 |
height=500,
|
|
|
|
| 194 |
show_copy_button=True
|
| 195 |
)
|
| 196 |
|