louiecerv commited on
Commit
cf39801
·
1 Parent(s): 6ada6f7
Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -148,9 +148,12 @@ if problem_step == 0:
148
 
149
  # create the text prompt
150
  text_prompt = """Use the provided image. The image shows,
151
- a student's answer to the problem. Evaluate the answer and provide a correct solution.
152
- Provide feedback how can the student improve their answer. If the student used the factoring method,
153
- ask the student to try again and this time use the quadratic formula method.
 
 
 
154
  """
155
 
156
  if st.button("Ask Tutor for Feedback"):
 
148
 
149
  # create the text prompt
150
  text_prompt = """Use the provided image. The image shows,
151
+ my answer to the problem. If the image is not clear ask for another image and do not perform
152
+ any of the following instructions. If the image is clear, evaluate the answer as either
153
+ correct or incorrect. If the answer is incorrect, do not provide the correct answer.
154
+ Provide feedback how can the student improve their answer.
155
+ If the student used the factoring method, ask the student to try again and next time use the
156
+ quadratic formula method.
157
  """
158
 
159
  if st.button("Ask Tutor for Feedback"):