KeshavRa commited on
Commit
b20cba3
·
verified ·
1 Parent(s): c888109

Update app.py

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