Spaces:
Sleeping
Sleeping
Commit
·
4ed9e1a
1
Parent(s):
0209f54
read
Browse files
app.py
CHANGED
@@ -11,12 +11,6 @@ st.write("Enter patient data to predict diabetes")
|
|
11 |
|
12 |
# Input fields
|
13 |
st.header("welcome to the appa")
|
14 |
-
st.button("welcom")
|
15 |
-
st.button("aged")
|
16 |
-
st.button("ageddd")
|
17 |
-
st.button("agessssss")
|
18 |
-
|
19 |
-
|
20 |
|
21 |
pregnancies = st.number_input("Pregnancies", min_value=0, max_value=20)
|
22 |
glucose = st.number_input("Glucose Level", min_value=0, max_value=200)
|
|
|
11 |
|
12 |
# Input fields
|
13 |
st.header("welcome to the appa")
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
|
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)
|