Taoheed-O commited on
Commit
b4cc79a
1 Parent(s): c3ab7c5

updated: app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ st.write("Male / Female")
80
  sex = st.radio("Select gender", ('male', 'female'))
81
 
82
  # Age
83
- age = st.number_input("What is the age ?")
84
 
85
  # Spouses and siblings
86
  st.write("Number of spouses & siblings.")
 
80
  sex = st.radio("Select gender", ('male', 'female'))
81
 
82
  # Age
83
+ age = st.number_input("What is the age ?",0, 200)
84
 
85
  # Spouses and siblings
86
  st.write("Number of spouses & siblings.")