ruslanmv commited on
Commit
c1ca01f
·
1 Parent(s): 5441369

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def start_exam(exam_choice, start_question, audio_enabled):
33
  # Show quiz elements
34
  gr.update(visible=True), # Show question_text
35
  question, # Question to display
36
- gr.update(visible=True), # Update Radio choices and make visible
37
  gr.update(visible=True), # Show answer_button
38
  gr.update(visible=True), # Show next_button
39
  gr.update(visible=True), # Show prev_button
 
33
  # Show quiz elements
34
  gr.update(visible=True), # Show question_text
35
  question, # Question to display
36
+ gr.update(choices=options, visible=True), # Update Radio choices and make visible
37
  gr.update(visible=True), # Show answer_button
38
  gr.update(visible=True), # Show next_button
39
  gr.update(visible=True), # Show prev_button