From 6f7ba631a25254f79e19d1645126c7391ae1eba4 Mon Sep 17 00:00:00 2001 From: adam schroeder Date: Sun, 21 Nov 2021 00:52:19 -0500 Subject: [PATCH] make-darker-theme --- demo-app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-app.py b/demo-app.py index 928eec9..0f9faac 100644 --- a/demo-app.py +++ b/demo-app.py @@ -8,7 +8,7 @@ df = px.data.gapminder() -app = dash.Dash(__name__, external_stylesheets=[dbc.themes.BOOTSTRAP]) +app = dash.Dash(__name__, external_stylesheets=[dbc.themes.CYBORG]) card_main = dbc.Card( [