Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -218,9 +218,9 @@ else:
|
|
218 |
st.subheader("Shelter Summary")
|
219 |
st.write(shelter['Summary'])
|
220 |
|
221 |
-
st.markdown(- Phone Number: {shelter['Phone']})
|
222 |
-
st.markdown(- Address: {shelter['Address']})
|
223 |
-
st.markdown(- Open Hours: {shelter['Open Hours']})
|
224 |
|
225 |
st.divider()
|
226 |
|
|
|
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 |
|