capradeepgujaran commited on
Commit
c2cee67
·
verified ·
1 Parent(s): 73f2d19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -865,7 +865,7 @@ def create_quiz_interface():
865
  return [
866
  gr.update(visible=True), # Make cert_tab visible
867
  gr.update(
868
- value=f"Professional Assessment Certification - {quiz_app.selected_level} Level" # Update title with level
869
  ),
870
  gr.update(selected=3) # Switch to cert_tab
871
  ]
 
865
  return [
866
  gr.update(visible=True), # Make cert_tab visible
867
  gr.update(
868
+ value=f"Professional Assessment Certification" # Update title with level
869
  ),
870
  gr.update(selected=3) # Switch to cert_tab
871
  ]