Spaces:
Running
Running
Merge branch 'main' of https://huggingface.co/spaces/beyoru/clone-tools
Browse files
app.py
CHANGED
|
@@ -152,10 +152,10 @@ _tab_names = [
|
|
| 152 |
"MySQL Database",
|
| 153 |
]
|
| 154 |
|
| 155 |
-
with gr.Blocks(title="Nymbo/Tools MCP") as demo:
|
| 156 |
|
| 157 |
with gr.Sidebar(width=300, elem_classes="app-sidebar"):
|
| 158 |
-
gr.Markdown("## Nymbo/Tools MCP\n<p style='font-size: 0.7rem; opacity: 0.85; margin-top: 2px;'>General purpose tools useful for any agent.</p>\n<code style='font-size: 0.7rem; word-break: break-all;'>https://nymbo.net/gradio_api/mcp/</code>")
|
| 159 |
|
| 160 |
with gr.Accordion("Information", open=False):
|
| 161 |
gr.HTML(
|
|
|
|
| 152 |
"MySQL Database",
|
| 153 |
]
|
| 154 |
|
| 155 |
+
with gr.Blocks(title="Nymbo clone/Tools MCP") as demo:
|
| 156 |
|
| 157 |
with gr.Sidebar(width=300, elem_classes="app-sidebar"):
|
| 158 |
+
gr.Markdown("## Nymbo clone/Tools MCP\n<p style='font-size: 0.7rem; opacity: 0.85; margin-top: 2px;'>General purpose tools useful for any agent.</p>\n<code style='font-size: 0.7rem; word-break: break-all;'>https://nymbo.net/gradio_api/mcp/</code>")
|
| 159 |
|
| 160 |
with gr.Accordion("Information", open=False):
|
| 161 |
gr.HTML(
|