Kelas commited on
Commit
814f9a2
1 Parent(s): 62cd758

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def main():
30
 
31
  with st.form("questionaire"):
32
  sex = st.selectbox("Sex",options = unique_sex)
33
- age = st.slider("Age",min_value=10,max_values=100)
34
  country = st.selectbox("Country of the client United Nations admitted countries",options = unique_country)
35
  GImg1 = st.selectbox("Handshake Indifferent",options = unique_GImg1)
36
  GImg2 = st.selectbox("Hug Indifferent",options = unique_GImg2)
 
30
 
31
  with st.form("questionaire"):
32
  sex = st.selectbox("Sex",options = unique_sex)
33
+ age = st.slider("Age",min_value=20,max_values=90)
34
  country = st.selectbox("Country of the client United Nations admitted countries",options = unique_country)
35
  GImg1 = st.selectbox("Handshake Indifferent",options = unique_GImg1)
36
  GImg2 = st.selectbox("Hug Indifferent",options = unique_GImg2)