gordon-posit commited on
Commit
12e9a1c
1 Parent(s): 2757798

Update theme to minty

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.pulse(),
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