Spaces:
Running
Running
Update app.py
Browse filesclosing accordions
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:", visible= False):
|
140 |
gr.Dataframe(get_leaderboard_models())
|
141 |
+
with gr.Accordion("Models that have been benchmarked lately:",visible= False):
|
142 |
gr.Dataframe(print_existing_models())
|
143 |
demo.launch()
|