YchKhan commited on
Commit
2b35067
·
verified ·
1 Parent(s): 13783ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,4 +110,4 @@ def update_dashboard(selected_countries, selected_genders, selected_statuses):
110
 
111
  # Run app
112
  if __name__ == "__main__":
113
- app.run_server(debug=True)
 
110
 
111
  # Run app
112
  if __name__ == "__main__":
113
+ app.run_server(host='0.0.0.0', port=7860, debug=False)