Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -313,8 +313,6 @@ STRICT REQUIREMENTS:
|
|
313 |
logger.error(f"Error generating question: {str(e)}")
|
314 |
return f"Error: {str(e)}", None, None
|
315 |
|
316 |
-
from sympy import * # Import all SymPy functionality
|
317 |
-
|
318 |
def extract_and_run_sympy_code(response_text):
|
319 |
"""
|
320 |
Extract SymPy code from the response and execute it.
|
|
|
313 |
logger.error(f"Error generating question: {str(e)}")
|
314 |
return f"Error: {str(e)}", None, None
|
315 |
|
|
|
|
|
316 |
def extract_and_run_sympy_code(response_text):
|
317 |
"""
|
318 |
Extract SymPy code from the response and execute it.
|