Update app.py
Browse files
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
|
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 |
|