diff --git a/main.py b/main.py index 96ae4b7..70bf667 100644 --- a/main.py +++ b/main.py @@ -209,4 +209,4 @@ def update_corr(method, target, bus, tab): return plot_correlation_heatmap(corr_df, target_id=target_id, title=title) if __name__ == '__main__': - app.run(debug=True) + app.run(debug=False)