bstraehle commited on
Commit
46b435e
·
verified ·
1 Parent(s): 7f972c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -290,7 +290,7 @@ def chat(message, history, openai_api_key):
290
  gr.ChatInterface(
291
  chat,
292
  chatbot=gr.Chatbot(),
293
- textbox=gr.Textbox(placeholder="hi", container=False, scale=7),
294
  title="Multi-Agent Orchestration",
295
  description="Demo using hand-off pattern: triage agent, sales agent, and issues & repairs agent",
296
  clear_btn=None,
 
290
  gr.ChatInterface(
291
  chat,
292
  chatbot=gr.Chatbot(),
293
+ textbox=gr.Textbox(container=False, scale=7),
294
  title="Multi-Agent Orchestration",
295
  description="Demo using hand-off pattern: triage agent, sales agent, and issues & repairs agent",
296
  clear_btn=None,