danielle2003 commited on
Commit
cc80406
·
1 Parent(s): 5e8085a

added button

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,6 +12,7 @@ st.write("Enter patient data to predict diabetes")
12
  # Input fields
13
  st.header("welcome to the appa")
14
  st.button("welcom")
 
15
  pregnancies = st.number_input("Pregnancies", min_value=0, max_value=20)
16
  glucose = st.number_input("Glucose Level", min_value=0, max_value=200)
17
  blood_pressure = st.number_input("Blood Pressure", min_value=0, max_value=200)
 
12
  # Input fields
13
  st.header("welcome to the appa")
14
  st.button("welcom")
15
+ st.button("aged")
16
  pregnancies = st.number_input("Pregnancies", min_value=0, max_value=20)
17
  glucose = st.number_input("Glucose Level", min_value=0, max_value=200)
18
  blood_pressure = st.number_input("Blood Pressure", min_value=0, max_value=200)