Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -634,10 +634,7 @@ Important: When writing mathematical expressions, use these formatting rules re
|
|
634 |
- DO NOT use \\begin{{aligned}} or similar environments
|
635 |
- When writing questions involving currency expressed in dollars NEVER use the `$` symbol as it will be interepreted as math mode. ALWAYS write out the word dollars.
|
636 |
* Example: 1000 dollars
|
637 |
-
- Never use parentheses or brackets around expressions, just use the dollar signs
|
638 |
-
* Write: $\\sin(x) \\approx x - \\frac{x^3}{6}$
|
639 |
-
* Not: (\\sin(x) \\approx x - \\frac{x^3}{6})
|
640 |
-
- Never use \\[ or \\] - always use $$ instead
|
641 |
|
642 |
Format your response with clear headers and bullet points."""
|
643 |
|
|
|
634 |
- DO NOT use \\begin{{aligned}} or similar environments
|
635 |
- When writing questions involving currency expressed in dollars NEVER use the `$` symbol as it will be interepreted as math mode. ALWAYS write out the word dollars.
|
636 |
* Example: 1000 dollars
|
637 |
+
- Never use parentheses or brackets around expressions, just use the dollar signs
|
|
|
|
|
|
|
638 |
|
639 |
Format your response with clear headers and bullet points."""
|
640 |
|