Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -691,7 +691,7 @@ DEFAULT_URLS = """https://huggingface.co/spaces/NLarchive/mcp_gr_server_monitor_
|
|
| 691 |
# Create Gradio interfaces with vertical layout and better organization
|
| 692 |
with gr.Blocks(title="🚀 MCP Server Health Monitor") as demo:
|
| 693 |
gr.Markdown("# 🚀 MCP Server Health Monitor")
|
| 694 |
-
gr.Markdown("Monitor and analyze Hugging Face Spaces configured as MCP servers")
|
| 695 |
|
| 696 |
with gr.Tabs():
|
| 697 |
# Tab 1: Single Server Health Check
|
|
|
|
| 691 |
# Create Gradio interfaces with vertical layout and better organization
|
| 692 |
with gr.Blocks(title="🚀 MCP Server Health Monitor") as demo:
|
| 693 |
gr.Markdown("# 🚀 MCP Server Health Monitor")
|
| 694 |
+
gr.Markdown("Find, Monitor and analyze Hugging Face Spaces configured as MCP servers")
|
| 695 |
|
| 696 |
with gr.Tabs():
|
| 697 |
# Tab 1: Single Server Health Check
|