bstraehle commited on
Commit
e91564c
1 Parent(s): ca4d650

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(placeholder="Question", container=False, scale=7),
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,