Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -294,7 +294,7 @@ def create_app(language='en'):
|
|
| 294 |
|
| 295 |
with gr.Row():
|
| 296 |
with gr.Column(scale=2):
|
| 297 |
-
chatbot_ui = gr.Chatbot(height=400, label="Conversation")
|
| 298 |
|
| 299 |
with gr.Row():
|
| 300 |
msg_input = gr.Textbox(
|
|
|
|
| 294 |
|
| 295 |
with gr.Row():
|
| 296 |
with gr.Column(scale=2):
|
| 297 |
+
chatbot_ui = gr.Chatbot(height=400, label="Conversation", type='messages')
|
| 298 |
|
| 299 |
with gr.Row():
|
| 300 |
msg_input = gr.Textbox(
|