Spaces:
Sleeping
Sleeping
Commit
·
bcbaa0a
1
Parent(s):
2a1c12f
added buttons
Browse files
app.py
CHANGED
@@ -13,6 +13,9 @@ st.write("Enter patient data to predict diabetes")
|
|
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)
|
|
|
13 |
st.header("welcome to the appa")
|
14 |
st.button("welcom")
|
15 |
st.button("aged")
|
16 |
+
st.button("ageddd")
|
17 |
+
|
18 |
+
|
19 |
pregnancies = st.number_input("Pregnancies", min_value=0, max_value=20)
|
20 |
glucose = st.number_input("Glucose Level", min_value=0, max_value=200)
|
21 |
blood_pressure = st.number_input("Blood Pressure", min_value=0, max_value=200)
|