Rajkhanke007 commited on
Commit
8a72206
·
verified ·
1 Parent(s): 4e946f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -238,4 +238,4 @@ def combined_analysis():
238
  return render_template('index.html', map_html=map_html, selected_map="Combined Area & Production Heatmaps")
239
 
240
  if __name__ == '__main__':
241
- app.run(debug=True)
 
238
  return render_template('index.html', map_html=map_html, selected_map="Combined Area & Production Heatmaps")
239
 
240
  if __name__ == '__main__':
241
+ app.run(port=7860,host='0.0.0.0')