prthm11 commited on
Commit
61b370f
·
verified ·
1 Parent(s): 4959a61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2292,4 +2292,4 @@ def list_projects():
2292
  return jsonify({"error": "Failed to list generated projects"}), 500
2293
 
2294
  if __name__ == '__main__':
2295
- app.run(host='0.0.0.0', port=7860, debug=True))
 
2292
  return jsonify({"error": "Failed to list generated projects"}), 500
2293
 
2294
  if __name__ == '__main__':
2295
+ app.run(host='0.0.0.0', port=7860, debug=True)