Remove debug flag
This commit is contained in:
@@ -209,4 +209,4 @@ def update_corr(method, target, bus, tab):
|
|||||||
return plot_correlation_heatmap(corr_df, target_id=target_id, title=title)
|
return plot_correlation_heatmap(corr_df, target_id=target_id, title=title)
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
app.run(debug=True)
|
app.run(debug=False)
|
||||||
|
|||||||
Reference in New Issue
Block a user