Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -573,7 +573,7 @@ with gr.Blocks(title="Axon v6", theme=dark_theme) as demo:
|
|
| 573 |
|
| 574 |
# ===== CHAT =====
|
| 575 |
with gr.TabItem("💬 Chat"):
|
| 576 |
-
chatbot = gr.Chatbot(height=400)
|
| 577 |
with gr.Row():
|
| 578 |
msg = gr.Textbox(placeholder="Ask anything...", show_label=False, scale=8)
|
| 579 |
send = gr.Button("Send", variant="primary", scale=1)
|
|
|
|
| 573 |
|
| 574 |
# ===== CHAT =====
|
| 575 |
with gr.TabItem("💬 Chat"):
|
| 576 |
+
chatbot = gr.Chatbot(height=400, type="tuples")
|
| 577 |
with gr.Row():
|
| 578 |
msg = gr.Textbox(placeholder="Ask anything...", show_label=False, scale=8)
|
| 579 |
send = gr.Button("Send", variant="primary", scale=1)
|