Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|