From 6c198d83c54b481c92ef31859b2470530c66a227 Mon Sep 17 00:00:00 2001 From: Erick Ahmed Date: Wed, 22 Jul 2026 20:06:50 +0200 Subject: [PATCH] Remove debug flag --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)