louiecerv commited on
Commit
20a94fa
·
1 Parent(s): a8e1ccc

imroove the prompt

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -154,7 +154,8 @@ if problem_step == 0:
154
  Provide feedback how can the student improve their answer.
155
  If the answer is correct, provide feedback that the answer is correct and discuss the solution.
156
  If the student used the factoring method, ask the student to try again and next time use the
157
- quadratic formula method.
 
158
  """
159
 
160
  if st.button("Ask Tutor for Feedback"):
 
154
  Provide feedback how can the student improve their answer.
155
  If the answer is correct, provide feedback that the answer is correct and discuss the solution.
156
  If the student used the factoring method, ask the student to try again and next time use the
157
+ quadratic formula method. The goal is to solve the problem using the quadratic formula method do not
158
+ ask the student to use the factoring method.
159
  """
160
 
161
  if st.button("Ask Tutor for Feedback"):