Spaces:
Running
Running
Update app.py
Browse files
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=
|
|
|
110 |
|
111 |
# Run app
|
112 |
if __name__ == "__main__":
|
113 |
+
app.run_server(host='0.0.0.0', port=7860, debug=False)
|