NimaBoscarino commited on
Commit
b7d7a39
1 Parent(s): 3ac3537

Woops, lol

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- 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]
 
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]