Spaces:
Sleeping
Sleeping
Update Chatbot.py
Browse files- Chatbot.py +2 -1
Chatbot.py
CHANGED
|
@@ -218,7 +218,8 @@ def create_gradio_interface():
|
|
| 218 |
height=500,
|
| 219 |
bubble_full_width=False,
|
| 220 |
show_label=True,
|
| 221 |
-
elem_id="chatbot"
|
|
|
|
| 222 |
)
|
| 223 |
|
| 224 |
with gr.Row():
|
|
|
|
| 218 |
height=500,
|
| 219 |
bubble_full_width=False,
|
| 220 |
show_label=True,
|
| 221 |
+
elem_id="chatbot",
|
| 222 |
+
type = "messages"
|
| 223 |
)
|
| 224 |
|
| 225 |
with gr.Row():
|