capradeepgujaran commited on
Commit
435b6ab
·
verified ·
1 Parent(s): eb42025

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -670,12 +670,6 @@ def create_quiz_interface():
670
  gr.update(visible=False),
671
  gr.update(visible=False)
672
  ]
673
-
674
-
675
-
676
- # Add "Back to Assessment" button in results view
677
- back_to_assessment = gr.Button("Back to Assessment", visible=False)
678
-
679
 
680
  def navigate(direction: int, current_idx: int, questions: List, answers: List, current_answer: Optional[str]) -> List:
681
  if not questions:
 
670
  gr.update(visible=False),
671
  gr.update(visible=False)
672
  ]
 
 
 
 
 
 
673
 
674
  def navigate(direction: int, current_idx: int, questions: List, answers: List, current_answer: Optional[str]) -> List:
675
  if not questions: