merve HF staff commited on
Commit
f676f21
β€’
1 Parent(s): 8ca306d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -177,9 +177,6 @@ def category_tab(category):
177
  with gr.Tab(label="Spaces"):
178
  with gr.Row(elem_id="spaces-flex"):
179
  [space_card(x) for x in category.spaces]
180
- with gr.Tab(label="πŸ€— Hugging Face Papers"):
181
- with gr.Row(elem_id="spaces-flex"):
182
- [paper_tile(p) for p in papers.filter(lambda p: category.category_id in p["tags"])]
183
  with gr.Tab(label="Models - Coming Soon!"):
184
  gr.Markdown(elem_id="margin-top", value="#### Check back soon for featured models πŸ€—")
185
  with gr.Tab(label="Datasets - Coming Soon!"):
 
177
  with gr.Tab(label="Spaces"):
178
  with gr.Row(elem_id="spaces-flex"):
179
  [space_card(x) for x in category.spaces]
 
 
 
180
  with gr.Tab(label="Models - Coming Soon!"):
181
  gr.Markdown(elem_id="margin-top", value="#### Check back soon for featured models πŸ€—")
182
  with gr.Tab(label="Datasets - Coming Soon!"):