Spaces:
Running
Running
update texts
Browse files
app.py
CHANGED
|
@@ -42,7 +42,7 @@ with gr.Blocks(css=css) as block:
|
|
| 42 |
with gr.Row():
|
| 43 |
super_group_selector = gr.Radio(
|
| 44 |
choices=list(SUPER_GROUPS.keys()),
|
| 45 |
-
label="Select a dimension to display breakdown results",
|
| 46 |
value=list(SUPER_GROUPS.keys())[0]
|
| 47 |
)
|
| 48 |
model_group_selector = gr.Radio(
|
|
|
|
| 42 |
with gr.Row():
|
| 43 |
super_group_selector = gr.Radio(
|
| 44 |
choices=list(SUPER_GROUPS.keys()),
|
| 45 |
+
label="Select a dimension to display breakdown results. We use different column colors to distinguish the overall benchmark scores and breakdown results.",
|
| 46 |
value=list(SUPER_GROUPS.keys())[0]
|
| 47 |
)
|
| 48 |
model_group_selector = gr.Radio(
|