joshuarauh commited on
Commit
b485dc8
·
verified ·
1 Parent(s): 7748dcf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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.