Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -189,7 +189,10 @@ def create_app():
|
|
| 189 |
) as app:
|
| 190 |
gr.Markdown("""
|
| 191 |
# 🤗 Hugging Face Spaces Explorer
|
| 192 |
-
Explore and discover popular Hugging Face Spaces by category
|
|
|
|
|
|
|
|
|
|
| 193 |
""")
|
| 194 |
|
| 195 |
with gr.Row():
|
|
|
|
| 189 |
) as app:
|
| 190 |
gr.Markdown("""
|
| 191 |
# 🤗 Hugging Face Spaces Explorer
|
| 192 |
+
Explore and discover popular Hugging Face Spaces by category.
|
| 193 |
+
Any currently uncategorized spaces will be listed under "Other" or "All Categories",
|
| 194 |
+
if you would like to help make Spaces easier to search and filter through feel free
|
| 195 |
+
to add on to my project or recommend additional filters!
|
| 196 |
""")
|
| 197 |
|
| 198 |
with gr.Row():
|