We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eaf926 commit 24cbfdaCopy full SHA for 24cbfda
examples/brand/app.py
@@ -1,4 +1,3 @@
1
-import os
2
from pathlib import Path
3
4
import matplotlib.pyplot as plt
@@ -8,7 +7,7 @@
8
7
from shiny.ui._theme_brand import bootstrap_colors
9
10
theme = ui.Theme.from_brand(__file__)
11
-# theme = ui.Theme()
+# theme = ui.Theme() ## default theme
12
theme.add_rules((Path(__file__).parent / "_colors.scss").read_text())
13
14
app_ui = ui.page_navbar(
0 commit comments