updated run for website upload
Lee Roy Stevenson committed
May 20, 2025 at 06:09 UTC
3a145bac34ee0d962613f9dbbadc97cff83b2563
1 file changed
+1
-1
app.py
+1
-1
@@ -207,5 +207,5 @@ def recommendation(user_id):
207
208
if __name__ == "__main__":
209
210
- app.run(debug=True, host='0.0.0.0', port=5001)
210
+ app.run()
211