Spaces:
Sleeping
Sleeping
Merge branch 'master' into main
Browse files
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
|
|
|
|
|
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)
|