Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -371,7 +371,8 @@ with gr.Blocks(title="Agente MCP", theme=gr.themes.Base()) as agent_tab:
|
|
| 371 |
height=600,
|
| 372 |
bubble_full_width=True,
|
| 373 |
render_markdown=True,
|
| 374 |
-
show_label=False
|
|
|
|
| 375 |
)
|
| 376 |
|
| 377 |
# Barra de entrada
|
|
|
|
| 371 |
height=600,
|
| 372 |
bubble_full_width=True,
|
| 373 |
render_markdown=True,
|
| 374 |
+
show_label=False,
|
| 375 |
+
api_name=False
|
| 376 |
)
|
| 377 |
|
| 378 |
# Barra de entrada
|