Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ def main():
|
|
| 15 |
st.title("Angie Assistance")
|
| 16 |
|
| 17 |
with st.form("questionaire"):
|
| 18 |
-
day =
|
| 19 |
trans = st.selectbox("Preferred Transportation", unique_trans)
|
| 20 |
acc = st.selectbox("Preferred Accommodation",unique_acc)
|
| 21 |
city = st.selectbox("City",unique_city)
|
|
|
|
| 15 |
st.title("Angie Assistance")
|
| 16 |
|
| 17 |
with st.form("questionaire"):
|
| 18 |
+
day = st.number_input("Stay Duration")
|
| 19 |
trans = st.selectbox("Preferred Transportation", unique_trans)
|
| 20 |
acc = st.selectbox("Preferred Accommodation",unique_acc)
|
| 21 |
city = st.selectbox("City",unique_city)
|