dani-ange commited on
Commit
8afab50
·
unverified ·
2 Parent(s): 0ad84bf 304a6c0

Merge branch 'master' into main

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -10,7 +10,9 @@ st.title("Diabetes Prediction App")
10
  st.write("Enter patient data to predict diabetes")
11
 
12
  # Input fields
13
- st.header("welcome to git")
 
 
14
  pregnancies = st.number_input("Pregnancies", min_value=0, max_value=20)
15
  glucose = st.number_input("Glucose Level", min_value=0, max_value=200)
16
  blood_pressure = st.number_input("Blood Pressure", min_value=0, max_value=200)
 
10
  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)