Spaces:
Running
Running
Update app.py
Browse files
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
|