AIencoder commited on
Commit
c3c3dca
·
verified ·
1 Parent(s): 20f5e6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)