Spaces:
Sleeping
Sleeping
Commit ·
519f2ba
1
Parent(s): 4ed9e1a
read
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ st.title("Diabetes Prediction App")
|
|
| 10 |
st.write("Enter patient data to predict diabetes")
|
| 11 |
|
| 12 |
# Input fields
|
| 13 |
-
st.header("welcome to the
|
| 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)
|
|
|
|
| 10 |
st.write("Enter patient data to predict diabetes")
|
| 11 |
|
| 12 |
# Input fields
|
| 13 |
+
st.header("welcome to the app")
|
| 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)
|