Update app.py
Browse files
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(
|
|
|
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')
|