Spaces:
Running
Running
NimaBoscarino
commited on
Commit
•
b7d7a39
1
Parent(s):
3ac3537
Woops, lol
Browse files
app.py
CHANGED
@@ -295,8 +295,8 @@ def category_tab(category):
|
|
295 |
with gr.Column():
|
296 |
gr.Markdown("### Hugging Face News 📰")
|
297 |
[news_card(x) for x in category.news]
|
298 |
-
with gr.Tab(label="Hugging Face Projects"):
|
299 |
-
|
300 |
with gr.Tab(label="Spaces"):
|
301 |
with gr.Row(elem_id="spaces-flex"):
|
302 |
[space_card(x) for x in category.spaces]
|
|
|
295 |
with gr.Column():
|
296 |
gr.Markdown("### Hugging Face News 📰")
|
297 |
[news_card(x) for x in category.news]
|
298 |
+
# with gr.Tab(label="Hugging Face Projects"):
|
299 |
+
# gr.Markdown("....")
|
300 |
with gr.Tab(label="Spaces"):
|
301 |
with gr.Row(elem_id="spaces-flex"):
|
302 |
[space_card(x) for x in category.spaces]
|