simoncck commited on
Commit
5c85665
·
verified ·
1 Parent(s): 231ba08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ except ImportError as e:
20
  print(f"Import error: {e}")
21
  print("Make sure to install browser-use, langchain-openai, langchain-anthropic, and langchain-google-genai")
22
 
23
- app = Flask(__name__, static_folder=\'static\')
24
  CORS(app) # Enable CORS for all routes
25
 
26
  # Global variables for managing async operations
 
20
  print(f"Import error: {e}")
21
  print("Make sure to install browser-use, langchain-openai, langchain-anthropic, and langchain-google-genai")
22
 
23
+ app = Flask(__name__, static_folder="static")
24
  CORS(app) # Enable CORS for all routes
25
 
26
  # Global variables for managing async operations