BillBojangeles2000 commited on
Commit
868089c
β€’
1 Parent(s): 5e02517

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ if 'questions' in st.session_state:
120
  # Move to the next question
121
  question_index += 1
122
 
123
- submit_button = Quiz.form_submit_button("Submit")
124
 
125
  if submit_button:
126
  st.toast("Calculating grade", icon='βœ…')
 
120
  # Move to the next question
121
  question_index += 1
122
 
123
+ submit_button = Quiz.form_submit_button("Submit")
124
 
125
  if submit_button:
126
  st.toast("Calculating grade", icon='βœ…')