Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -221,9 +221,9 @@ else:
|
|
221 |
|
222 |
st.subheader("How to Receive Help")
|
223 |
st.write(shelter['Application Details'])
|
224 |
-
st.markdown(f"-
|
225 |
-
st.markdown(f"-
|
226 |
-
st.markdown(f"-
|
227 |
st.divider()
|
228 |
|
229 |
with st.expander("More Information"):
|
|
|
221 |
|
222 |
st.subheader("How to Receive Help")
|
223 |
st.write(shelter['Application Details'])
|
224 |
+
st.markdown(f"- **🕒\tOpen Hours**: {shelter['Open Hours']}")
|
225 |
+
st.markdown(f"- **📍\tAddress**: {shelter['Address']}")
|
226 |
+
st.markdown(f"- **📞\tPhone Number**: {shelter['Phone']}")
|
227 |
st.divider()
|
228 |
|
229 |
with st.expander("More Information"):
|