Skip to content

Commit

Permalink
Update year dropdown to 2010-2016
Browse files Browse the repository at this point in the history
  • Loading branch information
JOPloume committed Sep 6, 2023
1 parent 54db716 commit 020d7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion surveyweathertool/pages/1_📈_LSMS-ISA_Dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# Add filters/input widgets with tooltips
st.sidebar.markdown("Select Filters:")

year_list = [2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019]
year_list = [2010, 2011, 2012, 2013, 2014, 2015, 2016]
year_choice_dropdown = st.sidebar.selectbox("Year", year_list, help="Year Selection")
# Time Aggregation Choice Widget
time_list = ["Yearly", "Seasonaly", "Monthly", "Survey-Dependent"]
Expand Down

0 comments on commit 020d7c3

Please sign in to comment.