Remove debug flag

This commit is contained in:
2026-07-22 20:06:50 +02:00
parent 57505074cd
commit 6c198d83c5
+1 -1
View File
@@ -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)