sasha HF Staff commited on
Commit
6474692
·
verified ·
1 Parent(s): 9f82746

Update app.py

Browse files

closing accordions

Files changed (1) hide show
  1. app.py +2 -2
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()