Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -217,15 +217,13 @@ else:
|
|
217 |
|
218 |
st.subheader("Shelter Summary")
|
219 |
st.write(shelter['Summary'])
|
220 |
-
|
221 |
-
st.markdown(f"- Phone Number: {shelter['Phone']}")
|
222 |
-
st.markdown(f"- Address: {shelter['Address']}")
|
223 |
-
st.markdown(f"- Open Hours: {shelter['Open Hours']}")
|
224 |
-
|
225 |
st.divider()
|
226 |
|
227 |
st.subheader("How to Receive Help")
|
228 |
-
st.write(
|
|
|
|
|
|
|
229 |
st.divider()
|
230 |
|
231 |
with st.expander("More Information"):
|
|
|
217 |
|
218 |
st.subheader("Shelter Summary")
|
219 |
st.write(shelter['Summary'])
|
|
|
|
|
|
|
|
|
|
|
220 |
st.divider()
|
221 |
|
222 |
st.subheader("How to Receive Help")
|
223 |
+
st.write(shelter['Application Details'])
|
224 |
+
st.markdown(f"- Open Hours: {shelter['Open Hours']}")
|
225 |
+
st.markdown(f"- Address: {shelter['Address']}")
|
226 |
+
st.markdown(f"- Phone Number: {shelter['Phone']}")
|
227 |
st.divider()
|
228 |
|
229 |
with st.expander("More Information"):
|