Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -167,7 +167,7 @@ def space_card(space):
|
|
| 167 |
def category_tab(category):
|
| 168 |
with gr.Tab(label=category.title, elem_id="news-tab"):
|
| 169 |
with gr.Column():
|
| 170 |
-
gr.Markdown(category.description, elem_id="margin-top")
|
| 171 |
with gr.Column():
|
| 172 |
[news_card(x) for x in category.news]
|
| 173 |
# with gr.Tab(label="Hugging Face Projects"):
|
|
|
|
| 167 |
def category_tab(category):
|
| 168 |
with gr.Tab(label=category.title, elem_id="news-tab"):
|
| 169 |
with gr.Column():
|
| 170 |
+
gr.Markdown(f"## {category.description}]", elem_id="margin-top")
|
| 171 |
with gr.Column():
|
| 172 |
[news_card(x) for x in category.news]
|
| 173 |
# with gr.Tab(label="Hugging Face Projects"):
|