capradeepgujaran commited on
Commit
7b481cb
·
verified ·
1 Parent(s): c2cee67

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" # 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"HR Procedure Assessment Certification" # Update title with level
869
  ),
870
  gr.update(selected=3) # Switch to cert_tab
871
  ]