geronimo-pericoli commited on
Commit
4be8302
·
verified ·
1 Parent(s): 8be85ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(), show_api=False) as agent_tab:
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",