Spaces:
Sleeping
Sleeping
Commit
·
18aa80e
1
Parent(s):
cd9e047
Update app.py
Browse files
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
|
| 485 |
-
chatbot = gr.Chatbot(label="Chat"
|
| 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(
|