Skip to content
Snippets Groups Projects
Commit 96c750bf authored by Ravi Tripathi's avatar Ravi Tripathi
Browse files

Removing All option from state

 for local trend
parent 4f0717a9
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ elif nav_link == "Local Trends":
st.header("Local Trends")
state_key = get_state_key(cov_coord)
state_key = insert(state_key, 0, "All")
# state_key = insert(state_key, 0, "All")
st.sidebar.header(f"Choose your county and state below:")
state = st.sidebar.selectbox("Select your state ", state_key)
county_key = get_county_key(cov_coord, state)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment