Skip to content

Commit

Permalink
Update nhstheme.py
Browse files Browse the repository at this point in the history
Deleted default place
  • Loading branch information
Craig Shenton committed Jan 19, 2022
1 parent 7b62b35 commit d7d3c58
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions nhstheme.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
menu_items={
"Get Help": "https://github.com/",
"Report a bug": "https://github.com/",
"About": "For more information on the latest allocations, including contact details, please refer to: [link](https://github.com/)",
"About": "For more information, including contact details, please refer to: [link](https://github.com/)",
},
)
padding = 1
Expand All @@ -53,21 +53,6 @@
unsafe_allow_html=True,
)

# Set default place in session
# -------------------------------------------------------------------------
if len(st.session_state) < 1:
st.session_state["Default Place"] = {
"gps": [
"B85005: Shepley Health Centre",
"B85022: Honley Surgery",
"B85061: Skelmanthorpe Family Doctors",
"B85026: Kirkburton Health Centre",
],
"icb": "NHS West Yorkshire ICB",
}
if "places" not in st.session_state:
st.session_state.places = ["Default Place"]

# Functions & Calls
# -------------------------------------------------------------------------

Expand Down

0 comments on commit d7d3c58

Please sign in to comment.