andrewammann commited on
Commit
09a948d
Β·
verified Β·
1 Parent(s): d7a63c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -445,5 +445,5 @@ def download_csv(n_clicks, data):
445
 
446
  if __name__ == '__main__':
447
  print("πŸš€ Dash app is running! Open this link in your browser:")
448
- print("πŸ‘‰ http://127.0.0.1:7860/")
449
- app.run(debug=True, port=7860)
 
445
 
446
  if __name__ == '__main__':
447
  print("πŸš€ Dash app is running! Open this link in your browser:")
448
+ print("πŸ‘‰ http://localhost:7860/")
449
+ app.run_server(debug=True, host='0.0.0.0', port=7860)