Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -213,7 +213,7 @@ else:
|
|
213 |
shelter = shelters[st.session_state.shelter_index]
|
214 |
|
215 |
st.header(f"{shelter['Organization Name']}: {shelter['Program Name']}")
|
216 |
-
st.
|
217 |
|
218 |
with st.expander("Full List of Services"):
|
219 |
st.write(shelter['Services'])
|
|
|
213 |
shelter = shelters[st.session_state.shelter_index]
|
214 |
|
215 |
st.header(f"{shelter['Organization Name']}: {shelter['Program Name']}")
|
216 |
+
st.subheader(f"At a glance: {shelter['Summary']}")
|
217 |
|
218 |
with st.expander("Full List of Services"):
|
219 |
st.write(shelter['Services'])
|