geronimo-pericoli commited on
Commit
adaaf9e
verified
1 Parent(s): 8c4faf2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -421,7 +421,7 @@ async def chat_with_agent(message, history):
421
 
422
 
423
  # Configuraci贸n de la interfaz Gradio
424
- with gr.Blocks(title="Herramientas MCP") as tools_tab:
425
  with gr.Accordion("B煤squeda Acad茅mica", open=False):
426
  arxiv_interface = gr.Interface(
427
  fn=search_arxiv,
@@ -484,7 +484,7 @@ with gr.Blocks(title="Herramientas MCP") as tools_tab:
484
  )
485
 
486
  # Creamos el Agente MCP (puedes personalizar esto seg煤n necesites)
487
- with gr.Blocks(title="Agente MCP") as agent_tab:
488
  # Chat principal
489
  chatbot = gr.Chatbot(
490
  label="Chat con el Agente MCP",
 
421
 
422
 
423
  # Configuraci贸n de la interfaz Gradio
424
+ with gr.Blocks(title="Herramientas MCP", theme=gr.themes.Base()) as tools_tab:
425
  with gr.Accordion("B煤squeda Acad茅mica", open=False):
426
  arxiv_interface = gr.Interface(
427
  fn=search_arxiv,
 
484
  )
485
 
486
  # Creamos el Agente MCP (puedes personalizar esto seg煤n necesites)
487
+ with gr.Blocks(title="Agente MCP", theme=gr.themes.Base()) as agent_tab:
488
  # Chat principal
489
  chatbot = gr.Chatbot(
490
  label="Chat con el Agente MCP",