Yaswanth56 commited on
Commit
5d4087f
·
verified ·
1 Parent(s): fe28c96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,4 +59,4 @@ def get_ingredients():
59
  return jsonify({"error": f"Failed to fetch ingredients: {str(e)}"}), 500
60
 
61
  if __name__ == '__main__':
62
- app.run(debug=True, host='0.0.0.0', port=7860)
 
59
  return jsonify({"error": f"Failed to fetch ingredients: {str(e)}"}), 500
60
 
61
  if __name__ == '__main__':
62
+ app.run(debug=True, host='0.0.0.0', port=7860)