app.compress = True #31

This commit is contained in:
Colin Maudry
2025-09-20 07:59:47 +02:00
parent 5ca5fc300f
commit 5bd519f9e5
+6 -1
View File
@@ -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),