Update prompts/main_prompt.py
Browse files- prompts/main_prompt.py +1 -1
prompts/main_prompt.py
CHANGED
@@ -27,7 +27,7 @@ Follow-up Prompts:
|
|
27 |
- What is the total distance Ali travels at 25 mph for 3 hours?
|
28 |
- If the distance remains the same, what happens when his speed increases?
|
29 |
- How does this affect the relationship between speed and time?
|
30 |
-
- Would you like to
|
31 |
"""
|
32 |
|
33 |
elif problem_number == "2":
|
|
|
27 |
- What is the total distance Ali travels at 25 mph for 3 hours?
|
28 |
- If the distance remains the same, what happens when his speed increases?
|
29 |
- How does this affect the relationship between speed and time?
|
30 |
+
- Would you like to attempt solving it yourself before I provide guidance?
|
31 |
"""
|
32 |
|
33 |
elif problem_number == "2":
|