bqpxben commited on
Commit
f7dd851
·
1 Parent(s): 523baed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def main():
15
  st.title("Angie Assistance")
16
 
17
  with st.form("questionaire"):
18
- day = 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)
 
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)