danielle2003 commited on
Commit
519f2ba
·
1 Parent(s): 4ed9e1a
Files changed (1) hide show
  1. app.py +1 -1
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 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)
 
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)