Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -26,9 +26,9 @@ def get_europython_spaces():
|
|
26 |
block = gr.Blocks()
|
27 |
|
28 |
with block:
|
29 |
-
gr.Markdown("""Leaderboard for the most popular EuroPython 2022 Spaces. To learn more and join, see <a href="https://huggingface.co/EuroPython2022" target="_blank" style="text-decoration: underline">
|
30 |
with gr.Tabs():
|
31 |
-
with gr.TabItem("
|
32 |
with gr.Row():
|
33 |
data = gr.outputs.Dataframe(type="pandas")
|
34 |
with gr.Row():
|
|
|
26 |
block = gr.Blocks()
|
27 |
|
28 |
with block:
|
29 |
+
gr.Markdown("""Leaderboard for the most popular EuroPython 2022 Spaces. To learn more and join, see <a href="https://huggingface.co/EuroPython2022" target="_blank" style="text-decoration: underline">EuroPython 2022 Event</a>""")
|
30 |
with gr.Tabs():
|
31 |
+
with gr.TabItem("EuroPython 2022 Leaderboard"):
|
32 |
with gr.Row():
|
33 |
data = gr.outputs.Dataframe(type="pandas")
|
34 |
with gr.Row():
|