espejelomar commited on
Commit
21a7261
1 Parent(s): f6cac53
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def get_hugging_learners_spaces():
26
  block = gr.Blocks()
27
 
28
  with block:
29
- gr.Markdown("""## Leaderboard of the most popular **fastai X Hugging Face Group** (the Hugging Learners) Spaces. To learn more and join, see <a href="https://huggingface.co/hugginglearners" target="_blank" style="text-decoration: underline">the Hugging Learners Organization.</a>""")
30
  gr.Markdown("""Learn more, join and become a Hugging Learner. The instructions are <a href="https://huggingface.co/hugginglearners" target="_blank" style="text-decoration: underline">here.</a>""")
31
 
32
  with gr.Tabs():
 
26
  block = gr.Blocks()
27
 
28
  with block:
29
+ gr.Markdown("""### Leaderboard of the most popular **fastai X Hugging Face Group** (the Hugging Learners) Spaces""")
30
  gr.Markdown("""Learn more, join and become a Hugging Learner. The instructions are <a href="https://huggingface.co/hugginglearners" target="_blank" style="text-decoration: underline">here.</a>""")
31
 
32
  with gr.Tabs():