rajkhanke commited on
Commit
d36211d
·
verified ·
1 Parent(s): af3f578

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -243,11 +243,6 @@ def get_dependency_data():
243
  return jsonify(data)
244
 
245
  if __name__ == '__main__':
246
- # Create a templates directory if it doesn't exist
247
- import os
248
- if not os.path.exists('templates'):
249
- os.makedirs('templates')
250
-
251
- # Run the Flask app
252
  # Use debug=True for development, turn off for production
253
  app.run(debug=True)
 
243
  return jsonify(data)
244
 
245
  if __name__ == '__main__':
246
+
 
 
 
 
 
247
  # Use debug=True for development, turn off for production
248
  app.run(debug=True)