Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ st.set_page_config(
|
|
106 |
st.title("ShelterSearch")
|
107 |
|
108 |
if not st.session_state.form_submitted:
|
109 |
-
st.write("Fill out this form")
|
110 |
|
111 |
# should be updated manually annually - use zipcodebase API
|
112 |
zipcodes = {
|
|
|
106 |
st.title("ShelterSearch")
|
107 |
|
108 |
if not st.session_state.form_submitted:
|
109 |
+
st.write("Hello there! Fill out this quick form to receive recommendation for where you can go to receive help.")
|
110 |
|
111 |
# should be updated manually annually - use zipcodebase API
|
112 |
zipcodes = {
|