KeshavRa commited on
Commit
f838ca7
·
verified ·
1 Parent(s): 81f090b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,7 +114,7 @@ def form_dialog():
114
 
115
  urgency = st.radio("How quickly do you need help?", ("Today", "In the next few days", "In a week or more"))
116
  duration = st.radio("How long do you need a place to stay?", ("Overnight", "A month or less", "A couple of months", "A year or more"))
117
- needs = st.text_area("Optional - Needs (tell us what you need and how we can help)", "")
118
 
119
  if st.button("Submit"):
120
  data = {
 
114
 
115
  urgency = st.radio("How quickly do you need help?", ("Today", "In the next few days", "In a week or more"))
116
  duration = st.radio("How long do you need a place to stay?", ("Overnight", "A month or less", "A couple of months", "A year or more"))
117
+ needs = st.text_area("Optional - Needs (tell us what you need and how we can help)")
118
 
119
  if st.button("Submit"):
120
  data = {