Spaces:
Sleeping
Sleeping
save
Browse files
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 |
-
|
| 152 |
-
|
| 153 |
-
|
|
|
|
|
|
|
|
|
|
| 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"):
|