andreska commited on
Commit
91cc4d4
·
verified ·
1 Parent(s): de9c551

Try remote debug options

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,5 +15,5 @@ def analyze_endpoint():
15
  result = analyze_project(project_data, question)
16
  return jsonify({'result': result})
17
 
18
- if __name__ == '__main__':
19
- app.run(debug=True)
 
15
  result = analyze_project(project_data, question)
16
  return jsonify({'result': result})
17
 
18
+ #if __name__ == '__main__':
19
+ # app.run(debug=True)