joshuarauh commited on
Commit
bc29f9e
·
verified ·
1 Parent(s): fdba31c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -618,7 +618,7 @@ Question:
618
  Student's Solution:
619
  {main_solution}
620
 
621
- {f"The student also provided the following SymPy verification of their solution:\\n{sympy_section}" if sympy_section else ""}
622
 
623
  Please provide:
624
  1. A brief point-by-point analysis of the solution
 
618
  Student's Solution:
619
  {main_solution}
620
 
621
+ {f"The student also provided the following SymPy verification of their solution: {sympy_section}" if sympy_section else ""}
622
 
623
  Please provide:
624
  1. A brief point-by-point analysis of the solution