Update app.py
Browse files
app.py
CHANGED
|
@@ -787,7 +787,9 @@ with gr.Blocks(css="footer {display:none !important}") as demo:
|
|
| 787 |
run_on_click=True,
|
| 788 |
cache_examples=True,
|
| 789 |
)
|
| 790 |
-
|
|
|
|
|
|
|
| 791 |
|
| 792 |
# Launch MCP interface for tool access
|
| 793 |
mcp_interface.queue(default_concurrency_limit=200)
|
|
|
|
| 787 |
run_on_click=True,
|
| 788 |
cache_examples=True,
|
| 789 |
)
|
| 790 |
+
|
| 791 |
+
with gr.Row():
|
| 792 |
+
gr.HTML("<br><br><br><br><br><br><br><br><br><br><br><br>")
|
| 793 |
|
| 794 |
# Launch MCP interface for tool access
|
| 795 |
mcp_interface.queue(default_concurrency_limit=200)
|