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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -621,7 +621,7 @@ def create_quiz_interface():
621
  )
622
 
623
  # Certification Tab
624
- with gr.Tab("🎓 Step 3: Get Certified"):
625
  score_display = gr.Number(label="Your Score")
626
  result_message = gr.Markdown("")
627
  course_name = gr.Textbox(
 
621
  )
622
 
623
  # Certification Tab
624
+ with gr.Tab(id=2,label="🎓 Step 3: Get Certified"):
625
  score_display = gr.Number(label="Your Score")
626
  result_message = gr.Markdown("")
627
  course_name = gr.Textbox(