Spaces:
Runtime error
Runtime error
Commit
·
12e9a1c
1
Parent(s):
2757798
Update theme to minty
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ species: List[str] = df["Species"].unique().tolist()
|
|
19 |
species.sort()
|
20 |
|
21 |
app_ui = x.ui.page_fillable(
|
22 |
-
shinyswatch.theme.
|
23 |
x.ui.layout_sidebar(
|
24 |
x.ui.sidebar(
|
25 |
# Artwork by @allison_horst
|
|
|
19 |
species.sort()
|
20 |
|
21 |
app_ui = x.ui.page_fillable(
|
22 |
+
shinyswatch.theme.minty(),
|
23 |
x.ui.layout_sidebar(
|
24 |
x.ui.sidebar(
|
25 |
# Artwork by @allison_horst
|