Spaces:
Running
Running
Commit
·
304a6c0
1
Parent(s):
c66013f
modifired app
Browse files
app.py
CHANGED
@@ -10,6 +10,7 @@ st.title("Diabetes Prediction App")
|
|
10 |
st.write("Enter patient data to predict diabetes")
|
11 |
|
12 |
# Input fields
|
|
|
13 |
pregnancies = st.number_input("Pregnancies", min_value=0, max_value=20)
|
14 |
glucose = st.number_input("Glucose Level", min_value=0, max_value=200)
|
15 |
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 |
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)
|