ahuang11 commited on
Commit
46a7ea6
1 Parent(s): fb5bf5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -196,7 +196,7 @@ class ClimateApp(pn.viewable.Viewer):
196
  theme="dark",
197
  theme_toggle=False,
198
  main_layout=None,
199
- title="Year vs Climatology",
200
  accent="grey",
201
  header_background="#1b1e23",
202
  )
 
196
  theme="dark",
197
  theme_toggle=False,
198
  main_layout=None,
199
+ title="Weather Station Year vs Climatology",
200
  accent="grey",
201
  header_background="#1b1e23",
202
  )