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)),