niuyazhe commited on
Commit
689aedb
1 Parent(s): eb9125e

fix(nyz): fix wrong label

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -219,7 +219,7 @@ if __name__ == '__main__':
219
  gr.Radio(
220
  choices=[(QuestionExecutor(q, _LANG).question_name, i) for i, q in enumerate(_QUESTIONS)],
221
  value=_qid,
222
- label='ffffff'
223
  )
224
 
225
 
 
219
  gr.Radio(
220
  choices=[(QuestionExecutor(q, _LANG).question_name, i) for i, q in enumerate(_QUESTIONS)],
221
  value=_qid,
222
+ label=select_label,
223
  )
224
 
225