Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -363,16 +363,15 @@ with gr.Blocks(title="Herramientas MCP", theme=gr.themes.Base()) as tools_tab:
|
|
| 363 |
|
| 364 |
|
| 365 |
|
| 366 |
-
# Creamos el Agente MCP
|
| 367 |
-
with gr.Blocks(title="Agente MCP", theme=gr.themes.Base()) as agent_tab:
|
| 368 |
# Chat principal
|
| 369 |
chatbot = gr.Chatbot(
|
| 370 |
label="Chat con el Agente MCP",
|
| 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
|
|
|
|
| 363 |
|
| 364 |
|
| 365 |
|
| 366 |
+
# Creamos el Agente MCP
|
| 367 |
+
with gr.Blocks(title="Agente MCP", theme=gr.themes.Base(), show_api=False) as agent_tab:
|
| 368 |
# Chat principal
|
| 369 |
chatbot = gr.Chatbot(
|
| 370 |
label="Chat con el Agente MCP",
|
| 371 |
height=600,
|
| 372 |
bubble_full_width=True,
|
| 373 |
render_markdown=True,
|
| 374 |
+
show_label=False
|
|
|
|
| 375 |
)
|
| 376 |
|
| 377 |
# Barra de entrada
|