bstraehle commited on
Commit
0d63545
·
verified ·
1 Parent(s): c73be41

Update app.py

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