Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -273,7 +273,7 @@ gr.ChatInterface(
|
|
273 |
textbox=gr.Textbox(placeholder="Question", container=False, scale=7),
|
274 |
title="Multi-Agent Orchestration",
|
275 |
description="Demo using hand-off pattern: triage agent, sales agent, and issues & repairs agent",
|
276 |
-
clear_btn=
|
277 |
retry_btn=None,
|
278 |
undo_btn=None,
|
279 |
#examples=[["Generate the first 10 Fibbonaci numbers with code.", "sk-<BringYourOwn>"]],
|
|
|
273 |
textbox=gr.Textbox(placeholder="Question", container=False, scale=7),
|
274 |
title="Multi-Agent Orchestration",
|
275 |
description="Demo using hand-off pattern: triage agent, sales agent, and issues & repairs agent",
|
276 |
+
clear_btn=None,
|
277 |
retry_btn=None,
|
278 |
undo_btn=None,
|
279 |
#examples=[["Generate the first 10 Fibbonaci numbers with code.", "sk-<BringYourOwn>"]],
|