cccjc commited on
Commit
f724d2e
1 Parent(s): be407a0

update texts

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(