From 5bd519f9e59449ea2feaaca4a2dc61977204d5b4 Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Sat, 20 Sep 2025 07:59:47 +0200 Subject: [PATCH] app.compress = True #31 --- src/app.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app.py b/src/app.py index c30949f..07583ab 100644 --- a/src/app.py +++ b/src/app.py @@ -3,7 +3,12 @@ import logging import dash_bootstrap_components as dbc from dash import Dash, dcc, html, page_container, page_registry -app = Dash(external_stylesheets=[dbc.themes.SIMPLEX], title="decp.info", use_pages=True) +app = Dash( + external_stylesheets=[dbc.themes.SIMPLEX], + title="decp.info", + use_pages=True, + compress=True, +) # COSMO (belle font, blue), # UNITED (rouge, ubuntu font), # LUMEN (gros séparateur, blue clair),