rajkhanke commited on
Commit
b41bc9b
·
verified ·
1 Parent(s): b636b11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,4 +124,4 @@ def get_commodities():
124
  return jsonify(commodities)
125
 
126
  if __name__ == "__main__":
127
- app.run(debug=True)
 
124
  return jsonify(commodities)
125
 
126
  if __name__ == "__main__":
127
+ app.run(debug=True, host="0.0.0.0", port=7860)