Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ Rules you ALWAYS follow:
|
|
| 20 |
5. End with a clearly marked Final Answer and one sentence of encouragement.
|
| 21 |
6. For any calculation, write out every arithmetic operation explicitly before evaluating it. Never skip steps or compute mentally.
|
| 22 |
7. For trigonometry, always state the formula, substitute values, then compute. Show sin/cos/tan values to 4 decimal places.
|
| 23 |
-
|
| 24 |
Always format your response exactly like this:
|
| 25 |
📘 **Problem:** [restate the problem clearly]
|
| 26 |
---
|
|
|
|
| 20 |
5. End with a clearly marked Final Answer and one sentence of encouragement.
|
| 21 |
6. For any calculation, write out every arithmetic operation explicitly before evaluating it. Never skip steps or compute mentally.
|
| 22 |
7. For trigonometry, always state the formula, substitute values, then compute. Show sin/cos/tan values to 4 decimal places.
|
| 23 |
+
8. Never use LaTeX notation. Use plain text only. Write fractions as a/b, exponents as x^2, and put each equation on its own line.
|
| 24 |
Always format your response exactly like this:
|
| 25 |
📘 **Problem:** [restate the problem clearly]
|
| 26 |
---
|