Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -421,7 +421,7 @@ def main():
|
|
421 |
new_question = generate_similar_question(wrong_q, misconception_id, generator)
|
422 |
if new_question:
|
423 |
st.write("### ๐ฏ ์ ์ฌ ๋ฌธ์ ")
|
424 |
-
display_math_content(new_question['question']) # ํจ์ ๊ต์ฒด
|
425 |
|
426 |
# ๋ต๋ณ ์ํ ํ์ธ
|
427 |
answered = st.session_state.get(f"similar_question_answered_{i}", False)
|
|
|
421 |
new_question = generate_similar_question(wrong_q, misconception_id, generator)
|
422 |
if new_question:
|
423 |
st.write("### ๐ฏ ์ ์ฌ ๋ฌธ์ ")
|
424 |
+
#display_math_content(new_question['question']) # ํจ์ ๊ต์ฒด
|
425 |
|
426 |
# ๋ต๋ณ ์ํ ํ์ธ
|
427 |
answered = st.session_state.get(f"similar_question_answered_{i}", False)
|