From 1aa8f1b06bafcfe06c25b665fc74b4967e8d9cdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Font=C3=A8s?= <81414455+MickaelFontes@users.noreply.github.com> Date: Wed, 27 Mar 2024 20:41:47 +0100 Subject: [PATCH] fix(test): :bug: dynamic loading removed Has been removed form Dash https://github.com/plotly/dash/pull/2783 --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index bfbd332..23873df 100644 --- a/app.py +++ b/app.py @@ -5,7 +5,7 @@ from pages.bottom import bottom -app = Dash(__name__, use_pages=True, external_stylesheets=[dbc.themes.BOOTSTRAP], update_title="", dynamic_loading=False) +app = Dash(__name__, use_pages=True, external_stylesheets=[dbc.themes.BOOTSTRAP], update_title="") server = app.server app.title = "NOPLP stats - Statistiques sur N'oubliez pas les paroles"