sikeaditya commited on
Commit
24c138c
·
verified ·
1 Parent(s): 1c31317

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -520,5 +520,5 @@ def get_commodities():
520
  return jsonify(commodities)
521
 
522
 
523
- if _name_== '_main_':
524
  app.run(debug=True, host='0.0.0.0', port=7860)
 
520
  return jsonify(commodities)
521
 
522
 
523
+ if __name__== '_main_':
524
  app.run(debug=True, host='0.0.0.0', port=7860)