Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -833,7 +833,7 @@ with gr.Blocks(css=css) as demo:
|
|
833 |
|
834 |
with gr.Row():
|
835 |
tab_selection = gr.Radio(["Leaderboard", "Category Analysis", "Detailed Scorecard"],
|
836 |
-
label="Select Tab", value="
|
837 |
|
838 |
with gr.Row():
|
839 |
model_chooser = gr.Dropdown(choices=[""] + list(models.keys()),
|
|
|
833 |
|
834 |
with gr.Row():
|
835 |
tab_selection = gr.Radio(["Leaderboard", "Category Analysis", "Detailed Scorecard"],
|
836 |
+
label="Select Tab", value="Leaderboard")
|
837 |
|
838 |
with gr.Row():
|
839 |
model_chooser = gr.Dropdown(choices=[""] + list(models.keys()),
|