Spaces:
Running
Running
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -287,6 +287,7 @@ with gr.Blocks(
|
|
| 287 |
chatbot = gr.Chatbot(
|
| 288 |
label="Axiom",
|
| 289 |
height=400,
|
|
|
|
| 290 |
)
|
| 291 |
msg = gr.Textbox(
|
| 292 |
label="Message",
|
|
|
|
| 287 |
chatbot = gr.Chatbot(
|
| 288 |
label="Axiom",
|
| 289 |
height=400,
|
| 290 |
+
type="tuples",
|
| 291 |
)
|
| 292 |
msg = gr.Textbox(
|
| 293 |
label="Message",
|