kokuma commited on
Commit
be12f0c
·
verified ·
1 Parent(s): fe6fa1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1149,7 +1149,7 @@ def prepare(raw_idx, text_embeddings, class_order):
1149
  warnings.warn(f"model_choice: {model_choice}\n\n")
1150
 
1151
  next_radio = gr.Radio(
1152
- choices=choice_values,
1153
  interactive=True,
1154
  label="Select the correct answer:",
1155
  value=None,
 
1149
  warnings.warn(f"model_choice: {model_choice}\n\n")
1150
 
1151
  next_radio = gr.Radio(
1152
+ choices=new_choice_values,
1153
  interactive=True,
1154
  label="Select the correct answer:",
1155
  value=None,