Sina Media Lab
commited on
Commit
·
a29d38b
1
Parent(s):
bc93281
Updates
Browse files
app.py
CHANGED
@@ -207,4 +207,4 @@ if current_question.get('answered', False):
|
|
207 |
st.write(f"**Explanation:** {current_question['explanation']}")
|
208 |
st.write("**Step-by-Step Solution:**")
|
209 |
for step in current_question['step_by_step_solution']:
|
210 |
-
st.write(step)
|
|
|
207 |
st.write(f"**Explanation:** {current_question['explanation']}")
|
208 |
st.write("**Step-by-Step Solution:**")
|
209 |
for step in current_question['step_by_step_solution']:
|
210 |
+
st.write(step)
|