Spaces:
Running
Running
Update app.py
Browse filesopen, not visible
app.py
CHANGED
@@ -136,8 +136,8 @@ with gr.Blocks() as demo:
|
|
136 |
outputs=submission_result,
|
137 |
)
|
138 |
with gr.Row():
|
139 |
-
with gr.Accordion("Models that are in the latest leaderboard version:",
|
140 |
gr.Dataframe(get_leaderboard_models())
|
141 |
-
with gr.Accordion("Models that have been benchmarked lately:",
|
142 |
gr.Dataframe(print_existing_models())
|
143 |
demo.launch()
|
|
|
136 |
outputs=submission_result,
|
137 |
)
|
138 |
with gr.Row():
|
139 |
+
with gr.Accordion("Models that are in the latest leaderboard version:", open = False):
|
140 |
gr.Dataframe(get_leaderboard_models())
|
141 |
+
with gr.Accordion("Models that have been benchmarked lately:", open = False):
|
142 |
gr.Dataframe(print_existing_models())
|
143 |
demo.launch()
|