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