Spaces:
Runtime error
Runtime error
Try remote debug options
Browse files
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)
|