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