Anjana023 commited on
Commit
92ce7da
β€’
1 Parent(s): ddd3d07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -35,9 +35,9 @@ def main_func(Age, Gender, Activity_Level, BMI, Blood_Glucose, Respondants_Oral,
35
 
36
  # Create the UI
37
  title = "**Diabetes Prediction** πŸͺ"
38
- description1 = """This app takes a persons age, gender, activity level, BMI, glucose level, oral exam score, and insulin level to predict if they have diabetes"""
39
 
40
- instruction = "To use, adjust the sliders and inputs to your liking, and click analyse."
41
 
42
  instruction2 = "Gender: 1 = Male, 2 = Female | Activity_Level: 1 = High Activity, 2 = No Activity"
43
 
 
35
 
36
  # Create the UI
37
  title = "**Diabetes Prediction** πŸͺ"
38
+ description1 = """This app takes a persons age, gender, activity level, BMI, glucose level, oral exam score, and insulin level to predict if they have diabetes."""
39
 
40
+ instruction = "To use, adjust the inputs to your liking, and click analyse."
41
 
42
  instruction2 = "Gender: 1 = Male, 2 = Female | Activity_Level: 1 = High Activity, 2 = No Activity"
43