openfree commited on
Commit
a4d241a
Β·
verified Β·
1 Parent(s): 1114252

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -764,14 +764,14 @@ def create_interface():
764
  gr.Markdown("""
765
  # πŸ€— HuggingFace Trending TOP 300 Board
766
  <div style='margin-bottom: 20px; padding: 10px; background: linear-gradient(135deg, rgba(123,97,255,0.1), rgba(99,102,241,0.1)); border-radius: 10px;'>
767
- Explore, search, and sort through the top AI content from HuggingFace
768
  </div>
769
  """)
770
 
771
  with gr.Tabs() as tabs:
772
  # Spaces νƒ­
773
  with gr.Tab("🎯 Trending Spaces"):
774
- gr.Markdown("Shows top 300 trending spaces with AI ratings")
775
  with gr.Row(elem_classes="search-sort-container"):
776
  with gr.Column(scale=2):
777
  spaces_search = gr.Textbox(
@@ -798,7 +798,7 @@ def create_interface():
798
 
799
  # Models νƒ­
800
  with gr.Tab("πŸ€– Trending Models"):
801
- gr.Markdown("Shows top 300 trending models with AI ratings")
802
  with gr.Row(elem_classes="search-sort-container"):
803
  with gr.Column(scale=2):
804
  models_search = gr.Textbox(
@@ -825,7 +825,6 @@ def create_interface():
825
 
826
  # Datasets νƒ­
827
  with gr.Tab("πŸ“Š Trending Datasets"):
828
- gr.Markdown("Shows top 300 trending datasets with AI ratings")
829
 
830
  with gr.Row(elem_classes="search-sort-container"):
831
  with gr.Column(scale=2):
 
764
  gr.Markdown("""
765
  # πŸ€— HuggingFace Trending TOP 300 Board
766
  <div style='margin-bottom: 20px; padding: 10px; background: linear-gradient(135deg, rgba(123,97,255,0.1), rgba(99,102,241,0.1)); border-radius: 10px;'>
767
+ Explore, search, and sort through the Shows Top 300 Trending spaces with AI Ratings
768
  </div>
769
  """)
770
 
771
  with gr.Tabs() as tabs:
772
  # Spaces νƒ­
773
  with gr.Tab("🎯 Trending Spaces"):
774
+
775
  with gr.Row(elem_classes="search-sort-container"):
776
  with gr.Column(scale=2):
777
  spaces_search = gr.Textbox(
 
798
 
799
  # Models νƒ­
800
  with gr.Tab("πŸ€– Trending Models"):
801
+
802
  with gr.Row(elem_classes="search-sort-container"):
803
  with gr.Column(scale=2):
804
  models_search = gr.Textbox(
 
825
 
826
  # Datasets νƒ­
827
  with gr.Tab("πŸ“Š Trending Datasets"):
 
828
 
829
  with gr.Row(elem_classes="search-sort-container"):
830
  with gr.Column(scale=2):