joshuarauh commited on
Commit
a107f6b
·
verified ·
1 Parent(s): 6560f91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
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. For example:
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