NLarchive commited on
Commit
7ec2cb1
·
verified ·
1 Parent(s): 2aa1a08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -5,6 +5,7 @@ import json
5
  import re
6
  import ast
7
  import gradio as gr
 
8
 
9
  # Import the scraper function
10
  from scrape_and_format_hf_mcp_servers import scrape_and_format_hf_mcp_servers, SORT_OPTIONS
@@ -693,6 +694,7 @@ def scrape_hf_spaces_with_progress(max_pages: int, sort_by: str) -> tuple:
693
  # Default URLs for testing
694
  DEFAULT_URLS = """https://huggingface.co/spaces/NLarchive/MCP-Server-Finder-Monitor
695
  https://huggingface.co/spaces/NLarchive/mcp-sentiment"""
 
696
 
697
  # Create Gradio interfaces with vertical layout and better organization
698
  with gr.Blocks(title="🚀 MCP Server Health Monitor") as demo:
 
5
  import re
6
  import ast
7
  import gradio as gr
8
+ # Code by Nicolas larenas, NLarchive
9
 
10
  # Import the scraper function
11
  from scrape_and_format_hf_mcp_servers import scrape_and_format_hf_mcp_servers, SORT_OPTIONS
 
694
  # Default URLs for testing
695
  DEFAULT_URLS = """https://huggingface.co/spaces/NLarchive/MCP-Server-Finder-Monitor
696
  https://huggingface.co/spaces/NLarchive/mcp-sentiment"""
697
+ # Code by Nicolas larenas, NLarchive
698
 
699
  # Create Gradio interfaces with vertical layout and better organization
700
  with gr.Blocks(title="🚀 MCP Server Health Monitor") as demo: