Spaces:
Runtime error
Runtime error
niuyazhe
commited on
Commit
•
689aedb
1
Parent(s):
eb9125e
fix(nyz): fix wrong label
Browse files
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=
|
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 |
|