From b12a5b72c2da9422619002a68996702fa0414d9f Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Sat, 5 Jul 2025 18:42:30 +0200 Subject: [PATCH] =?UTF-8?q?ID=20de=20loading=20diff=C3=A9rents?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/home.py | 2 +- src/pages/statistiques.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/home.py b/src/pages/home.py index 1731b66..1972785 100644 --- a/src/pages/home.py +++ b/src/pages/home.py @@ -127,7 +127,7 @@ layout = [ # )]), dcc.Loading( overlay_style={"visibility": "visible", "filter": "blur(2px)"}, - id="loading-1", + id="loading-home", type="default", children=[ html.Div( diff --git a/src/pages/statistiques.py b/src/pages/statistiques.py index 43f8409..4b79553 100644 --- a/src/pages/statistiques.py +++ b/src/pages/statistiques.py @@ -32,7 +32,7 @@ layout = [ "visibility": "visible", "filter": "blur(2px)", }, - id="loading-1", + id="loading-stats", type="default", children=[ dcc.Graph(figure=get_map_count_marches(lf)),