capradeepgujaran commited on
Commit
72df848
·
verified ·
1 Parent(s): a534ec8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -901,7 +901,7 @@ def create_quiz_interface():
901
  )
902
 
903
  view_cert_btn.click(
904
- fn=change_to_tab_two,inputs=None,
905
  outputs=[tabs]
906
  )
907
 
 
901
  )
902
 
903
  view_cert_btn.click(
904
+ fn=view_certificate,
905
  outputs=[tabs]
906
  )
907