Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -174,8 +174,8 @@ with gr.Blocks() as demo:
|
|
174 |
u.upload(add_docker_eval, u, file_output)
|
175 |
with gr.Row():
|
176 |
with gr.Column():
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
demo.launch()
|
|
|
174 |
u.upload(add_docker_eval, u, file_output)
|
175 |
with gr.Row():
|
176 |
with gr.Column():
|
177 |
+
with gr.Accordion("Models that are in the latest leaderboard version:", open=False, visible=False):
|
178 |
+
gr.Dataframe(get_leaderboard_models())
|
179 |
+
with gr.Accordion("Models that have been benchmarked recently:", open=False, visible=False):
|
180 |
+
gr.Dataframe(formatted_df)
|
181 |
demo.launch()
|