cboettig commited on
Commit
1fe16a2
·
1 Parent(s): c6f4947

species richness

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ def update_query_params():
124
 
125
 
126
  with row1_1:
127
- st.title("GBIF Butterfly Occurances")
128
  year_selected = st.slider(
129
  "Select year", 2015, 2023, key="year", on_change=update_query_params
130
  )
 
124
 
125
 
126
  with row1_1:
127
+ st.title("GBIF Species Richness")
128
  year_selected = st.slider(
129
  "Select year", 2015, 2023, key="year", on_change=update_query_params
130
  )