Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def start_exam(exam_choice, start_question, audio_enabled):
|
|
29 |
gr.update(visible=False), # Hide exam_selector
|
30 |
gr.update(visible=False), # Hide start_button
|
31 |
gr.update(visible=False), # Hide the audio_checkbox
|
32 |
-
|
33 |
# Show quiz elements
|
34 |
gr.update(visible=True), # Show question_text
|
35 |
question, # Question to display
|
|
|
29 |
gr.update(visible=False), # Hide exam_selector
|
30 |
gr.update(visible=False), # Hide start_button
|
31 |
gr.update(visible=False), # Hide the audio_checkbox
|
32 |
+
gr.update(visible=False), # Hide start_question_slider
|
33 |
# Show quiz elements
|
34 |
gr.update(visible=True), # Show question_text
|
35 |
question, # Question to display
|