Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -364,7 +364,7 @@ with gr.Blocks(title="Herramientas MCP", theme=gr.themes.Base()) as tools_tab:
|
|
| 364 |
|
| 365 |
|
| 366 |
# Creamos el Agente MCP
|
| 367 |
-
with gr.Blocks(title="Agente MCP", theme=gr.themes.Base()
|
| 368 |
# Chat principal
|
| 369 |
chatbot = gr.Chatbot(
|
| 370 |
label="Chat con el Agente MCP",
|
|
|
|
| 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",
|