Sina Media Lab
commited on
Commit
·
ddd6703
1
Parent(s):
064fe00
Updates
Browse files
app.py
CHANGED
@@ -205,7 +205,7 @@ if submit_button:
|
|
205 |
for step in current_question['step_by_step_solution']:
|
206 |
st.write(step)
|
207 |
|
208 |
-
#
|
209 |
st.experimental_rerun()
|
210 |
|
211 |
else:
|
|
|
205 |
for step in current_question['step_by_step_solution']:
|
206 |
st.write(step)
|
207 |
|
208 |
+
# Rerun to update the button states
|
209 |
st.experimental_rerun()
|
210 |
|
211 |
else:
|