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