darshan8950 commited on
Commit
e771be5
·
1 Parent(s): 5fef410

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -33,4 +33,4 @@ def recommendation():
33
  return jsonify({"error": "Invalid input"}), 400
34
 
35
  if __name__ == '__main__':
36
- app.run(debug=True, host='0.0.0.0', port=5000)
 
33
  return jsonify({"error": "Invalid input"}), 400
34
 
35
  if __name__ == '__main__':
36
+ app.run(debug=True)