Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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 |
]
|