KeshavRa commited on
Commit
80532b3
·
verified ·
1 Parent(s): e19c0bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -219,6 +219,10 @@ else:
219
 
220
  with st.expander("About the Organization"):
221
  st.write(shelter['Organization About'])
 
 
 
 
222
 
223
  st.json(data)
224
  st.table(shelters)
 
219
 
220
  with st.expander("About the Organization"):
221
  st.write(shelter['Organization About'])
222
+
223
+ with st.expander("Webpage Link"):
224
+ st.write(shelter['Webpage'])
225
+
226
 
227
  st.json(data)
228
  st.table(shelters)