Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -475,6 +475,7 @@ with gr.Blocks(
|
|
475 |
|
476 |
chatbot = gr.Chatbot(
|
477 |
label="Conversation",
|
|
|
478 |
height=500,
|
479 |
show_copy_button=True
|
480 |
)
|
|
|
475 |
|
476 |
chatbot = gr.Chatbot(
|
477 |
label="Conversation",
|
478 |
+
type='messages' ,
|
479 |
height=500,
|
480 |
show_copy_button=True
|
481 |
)
|