sasha HF Staff commited on
Commit
aaf2e79
·
verified ·
1 Parent(s): bab9ba9

Update app.py

Browse files

open, not visible

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:", 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()
 
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()