Update app.py
Browse files
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=
|
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)
|