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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
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 (puedes personalizar esto según necesites)
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