Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
huong-li-nguyen committed Jan 7, 2025
1 parent bdeec82 commit 8f1c647
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vizro-core/examples/scratch_dev/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
className="mb-5",
)

toggle = dbc.Switch(id="switch", value=True, persistence=True, persistence_type="session")
toggle = dbc.Switch(id="switch", value=False, persistence=True, persistence_type="session")

theme_colors = [
"primary",
Expand All @@ -102,7 +102,6 @@

app.layout = html.Div(
children=[header, dbc.Row([dbc.Col(controls, width=4), dbc.Col([tabs, colors], width=8)])],
**{"data-bs-theme": "dark"},
)


Expand Down

0 comments on commit 8f1c647

Please sign in to comment.