abidlabs HF staff commited on
Commit
9cc4446
1 Parent(s): 097559a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ block = gr.Blocks()
28
  with block:
29
  gr.Markdown("""Leaderboard for the most popular Blocks Event Spaces. To learn more and join, see <a href="https://huggingface.co/Gradio-Blocks" target="_blank" style="text-decoration: underline">Blocks Party Event</a>""")
30
  with gr.Tabs():
31
- with gr.TabItem("Blocks Party LeaderBoard"):
32
  with gr.Row():
33
  data = gr.outputs.Dataframe(type="pandas")
34
  with gr.Row():
28
  with block:
29
  gr.Markdown("""Leaderboard for the most popular Blocks Event Spaces. To learn more and join, see <a href="https://huggingface.co/Gradio-Blocks" target="_blank" style="text-decoration: underline">Blocks Party Event</a>""")
30
  with gr.Tabs():
31
+ with gr.TabItem("Blocks Party Leaderboard"):
32
  with gr.Row():
33
  data = gr.outputs.Dataframe(type="pandas")
34
  with gr.Row():