Spaces:
Running
Running
Update app.py
Browse files
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(
|
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,
|