merve HF staff commited on
Commit
854001b
·
1 Parent(s): 94f76c3

Update app.py

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