xinchen9 commited on
Commit
84a1446
1 Parent(s): f02b5ca

[Update] evaluation selection

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -130,8 +130,8 @@ with demo:
130
  )
131
  with gr.Row():
132
  model1_column = gr.CheckboxGroup(
133
- label="Unlearned Method",
134
- choices=methods,
135
  interactive=True,
136
  elem_id="column-select",
137
  )
 
130
  )
131
  with gr.Row():
132
  model1_column = gr.CheckboxGroup(
133
+ label="Evaluation Metrics",
134
+ choices=metrics,
135
  interactive=True,
136
  elem_id="column-select",
137
  )