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

Update app.py

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