Jintonic92 commited on
Commit
6e2ba07
ยท
verified ยท
1 Parent(s): ff8ff16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)