manasagangotri commited on
Commit
2d69c3f
·
verified ·
1 Parent(s): 0c6da03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -84,10 +84,11 @@ class MathRetrievalQA(dspy.Program):
84
  You are a math expert writing solutions in a textbook. Provide a detailed, step-by-step solution for the following math problem.
85
 
86
  Follow these guidelines:
87
- - Use clear headings like "Step 1", "Step 2", etc.
88
  - Use proper mathematical notation with LaTeX.
89
  - Make the explanation educational and logically structured.
90
  - Format the final answer as: Final Answer: \\boxed{{...}}
 
91
 
92
  ---
93
 
 
84
  You are a math expert writing solutions in a textbook. Provide a detailed, step-by-step solution for the following math problem.
85
 
86
  Follow these guidelines:
87
+ - Use clear headings like Step wise.
88
  - Use proper mathematical notation with LaTeX.
89
  - Make the explanation educational and logically structured.
90
  - Format the final answer as: Final Answer: \\boxed{{...}}
91
+ - Format all the mathematical notayions clearly every step neatly.
92
 
93
  ---
94