mijtsma3 commited on
Commit
f41ed15
·
verified ·
1 Parent(s): fe8a94a

Added in host

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -242,4 +242,4 @@ def update_graph(selected_subfolder, selected_time, selected_variable):
242
  if __name__ == '__main__':
243
 
244
  # webbrowser.open_new("http://127.0.0.1:8050/")
245
- app.run_server(debug=False, port=7860)#, host='0.0.0.0'
 
242
  if __name__ == '__main__':
243
 
244
  # webbrowser.open_new("http://127.0.0.1:8050/")
245
+ app.run_server(debug=False, host='0.0.0.0', port=7860)