redhairedshanks1 commited on
Commit
18aa80e
·
1 Parent(s): cd9e047

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -481,8 +481,8 @@ with gr.Blocks(title="MasterLLM v2.0 - AI Pipeline Orchestrator") as demo:
481
 
482
  with gr.Row():
483
  with gr.Column(scale=3):
484
- # Chat interface (Gradio 5.x with messages format)
485
- chatbot = gr.Chatbot(label="Chat", type="messages")
486
 
487
  # Text input
488
  msg = gr.Textbox(
 
481
 
482
  with gr.Row():
483
  with gr.Column(scale=3):
484
+ # Chat interface - Gradio auto-detects format from data structure
485
+ chatbot = gr.Chatbot(label="Chat")
486
 
487
  # Text input
488
  msg = gr.Textbox(