Skip to content

Commit 60dd90c

Browse files
committed
update app to run in server mode
1 parent 4b53d16 commit 60dd90c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: app.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -869,8 +869,8 @@ def generate_page(n_intervals):
869869
pd.set_option('display.max_rows', 500)
870870
pd.set_option('display.max_columns', 500)
871871
pd.set_option('display.width', 1000)
872-
app.run_server(debug=True, port=SERVER_PORT)
873-
# app.run_server(debug=False, host="0.0.0.0", port=SERVER_PORT)
872+
# app.run_server(debug=True, port=SERVER_PORT)
873+
app.run_server(debug=False, host="0.0.0.0", port=SERVER_PORT)
874874

875875

876876
# df = create_aqi_df()

0 commit comments

Comments
 (0)