Spaces:
Sleeping
Sleeping
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -369,6 +369,7 @@ with gr.Blocks(
|
|
| 369 |
show_label=False,
|
| 370 |
bubble_full_width=False,
|
| 371 |
avatar_images=(None, "🧠"),
|
|
|
|
| 372 |
)
|
| 373 |
|
| 374 |
with gr.Row():
|
|
|
|
| 369 |
show_label=False,
|
| 370 |
bubble_full_width=False,
|
| 371 |
avatar_images=(None, "🧠"),
|
| 372 |
+
type="messages",
|
| 373 |
)
|
| 374 |
|
| 375 |
with gr.Row():
|