Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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
|
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,7 +798,7 @@ def create_interface():
|
|
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,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):
|