joshuarauh commited on
Commit
28c7324
·
verified ·
1 Parent(s): d29ccbb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -30,9 +30,6 @@ request_history = deque(maxlen=1000)
30
  SYMPY_GUIDELINES = """
31
  When writing SymPy code to verify solutions:
32
 
33
- SYMPY_GUIDELINES = """
34
- When writing SymPy code to verify solutions:
35
-
36
  1. Imports and Library Usage:
37
  - Start with: from sympy import *
38
  - DO NOT use NumPy, SciPy, or other libraries
 
30
  SYMPY_GUIDELINES = """
31
  When writing SymPy code to verify solutions:
32
 
 
 
 
33
  1. Imports and Library Usage:
34
  - Start with: from sympy import *
35
  - DO NOT use NumPy, SciPy, or other libraries