KeshavRa commited on
Commit
bea60e2
·
verified ·
1 Parent(s): 71eb0b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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