capradeepgujaran commited on
Commit
190e57a
·
verified ·
1 Parent(s): 9d42ff3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -810,7 +810,7 @@ def create_quiz_interface():
810
  gr.update(visible=passed), # view_cert_btn
811
  gr.update(visible=True), # back_to_assessment
812
  gr.update(visible=False) # profile_tab
813
- ]
814
  # Event Handlers
815
  generate_btn.click(
816
  fn=on_generate_questions,
 
810
  gr.update(visible=passed), # view_cert_btn
811
  gr.update(visible=True), # back_to_assessment
812
  gr.update(visible=False) # profile_tab
813
+ ]
814
  # Event Handlers
815
  generate_btn.click(
816
  fn=on_generate_questions,