Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
021d6bd
1
Parent(s):
2081cae
debug
Browse files
app.py
CHANGED
|
@@ -281,6 +281,7 @@ def build_demo(embed_mode):
|
|
| 281 |
|
| 282 |
with gr.Column(scale=8):
|
| 283 |
chatbot = gr.Chatbot(
|
|
|
|
| 284 |
elem_id="chatbot",
|
| 285 |
label="RACRO Chatbot",
|
| 286 |
layout="bubble",
|
|
|
|
| 281 |
|
| 282 |
with gr.Column(scale=8):
|
| 283 |
chatbot = gr.Chatbot(
|
| 284 |
+
type="messages",
|
| 285 |
elem_id="chatbot",
|
| 286 |
label="RACRO Chatbot",
|
| 287 |
layout="bubble",
|