Spaces:
Runtime error
Runtime error
BillBojangeles2000
commited on
Commit
β’
868089c
1
Parent(s):
5e02517
Update app.py
Browse files
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='β
')
|