joshuarauh commited on
Commit
d04b940
·
verified ·
1 Parent(s): 6f7bf4c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -499,7 +499,7 @@ STRICT REQUIREMENTS:
499
  logger.error("No content received from Anthropic API")
500
  return "Error: No content received from API", None, None
501
 
502
- response_text = message.content[0].text
503
  logger.debug("Successfully received response from Anthropic API")
504
 
505
  # Execute SymPy code and append results
 
499
  logger.error("No content received from Anthropic API")
500
  return "Error: No content received from API", None, None
501
 
502
+ response_text = message.content[0].text
503
  logger.debug("Successfully received response from Anthropic API")
504
 
505
  # Execute SymPy code and append results