Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -282,7 +282,7 @@ def chat(message, history, openai_api_key):
|
|
282 |
gr.ChatInterface(
|
283 |
chat,
|
284 |
chatbot=gr.Chatbot(),
|
285 |
-
textbox=gr.Textbox(
|
286 |
title="Multi-Agent Orchestration",
|
287 |
description="Demo using hand-off pattern: triage agent, sales agent, and issues & repairs agent",
|
288 |
clear_btn=None,
|
|
|
282 |
gr.ChatInterface(
|
283 |
chat,
|
284 |
chatbot=gr.Chatbot(),
|
285 |
+
textbox=gr.Textbox(),
|
286 |
title="Multi-Agent Orchestration",
|
287 |
description="Demo using hand-off pattern: triage agent, sales agent, and issues & repairs agent",
|
288 |
clear_btn=None,
|