danielle2003 commited on
Commit
5e8085a
·
1 Parent(s): 7032787
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -11,8 +11,7 @@ st.write("Enter patient data to predict diabetes")
11
 
12
  # Input fields
13
  st.header("welcome to the appa")
14
- =======
15
-
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)
 
11
 
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)