Spaces:
Running
Running
Commit
Β·
3495ec4
1
Parent(s):
a9ec209
update
Browse files- app.py +1 -1
- data/2024-06/9b.xlsx +0 -0
app.py
CHANGED
@@ -417,7 +417,7 @@ with gr.Blocks(css=css) as demo:
|
|
417 |
with gr.Tab("π Leaderboard"):
|
418 |
with gr.Row():
|
419 |
with gr.Column():
|
420 |
-
period_selector = gr.Dropdown(label="Period", choices=time_list, value=time_list[
|
421 |
model_selector = gr.CheckboxGroup(label="Model", choices=model_size_list, value=model_size_list)
|
422 |
metric_selector = gr.Dropdown(label="Metric", choices=metric_list, value=metric_list[0])
|
423 |
with gr.Column():
|
|
|
417 |
with gr.Tab("π Leaderboard"):
|
418 |
with gr.Row():
|
419 |
with gr.Column():
|
420 |
+
period_selector = gr.Dropdown(label="Period", choices=time_list, value=time_list[-1])
|
421 |
model_selector = gr.CheckboxGroup(label="Model", choices=model_size_list, value=model_size_list)
|
422 |
metric_selector = gr.Dropdown(label="Metric", choices=metric_list, value=metric_list[0])
|
423 |
with gr.Column():
|
data/2024-06/9b.xlsx
CHANGED
Binary files a/data/2024-06/9b.xlsx and b/data/2024-06/9b.xlsx differ
|
|