Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -491,8 +491,7 @@ with gr.Blocks(title="Agente MCP", theme=gr.themes.Base()) as agent_tab:
|
|
| 491 |
height=600,
|
| 492 |
bubble_full_width=True,
|
| 493 |
render_markdown=True,
|
| 494 |
-
show_label=False
|
| 495 |
-
show_api=False
|
| 496 |
)
|
| 497 |
|
| 498 |
# Barra de entrada
|
|
@@ -501,8 +500,7 @@ with gr.Blocks(title="Agente MCP", theme=gr.themes.Base()) as agent_tab:
|
|
| 501 |
placeholder="Escribe tu mensaje aquí...",
|
| 502 |
container=False,
|
| 503 |
scale=9,
|
| 504 |
-
autofocus=True
|
| 505 |
-
show_api=False
|
| 506 |
)
|
| 507 |
btn = gr.Button("Enviar", scale=1)
|
| 508 |
|
|
|
|
| 491 |
height=600,
|
| 492 |
bubble_full_width=True,
|
| 493 |
render_markdown=True,
|
| 494 |
+
show_label=False
|
|
|
|
| 495 |
)
|
| 496 |
|
| 497 |
# Barra de entrada
|
|
|
|
| 500 |
placeholder="Escribe tu mensaje aquí...",
|
| 501 |
container=False,
|
| 502 |
scale=9,
|
| 503 |
+
autofocus=True
|
|
|
|
| 504 |
)
|
| 505 |
btn = gr.Button("Enviar", scale=1)
|
| 506 |
|