rasmodev commited on
Commit
f1c51fa
·
1 Parent(s): 988a745

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ data_fields = {
44
  "SK": "Triceps Skinfold Thickness (mm)\n - The thickness of the skinfold on the triceps, measured in millimeters (mm). This measurement is often used to assess body fat percentage.",
45
  "TS": "2-hour Serum Insulin (mu U/ml)\n - The level of insulin in the patient's blood two hours after a meal, measured in micro international units per milliliter (mu U/ml).",
46
  "M11": "Body Mass Index (BMI) (weight in kg / {(height in m)}^2)\n - It provides a standardized measure that helps assess the degree of body fat and categorizes individuals into different weight status categories, such as underweight, normal weight, overweight, and obesity."
47
- "BD2": "Diabetes Pedigree Function (mu U/ml)\n - This function provides information about the patient's family history of diabetes.",
48
  "Age": "Age of the Patient (years)\n - Age is an essential factor in medical assessments and can influence various health outcomes."
49
  }
50
  # Organize input fields into two columns
 
44
  "SK": "Triceps Skinfold Thickness (mm)\n - The thickness of the skinfold on the triceps, measured in millimeters (mm). This measurement is often used to assess body fat percentage.",
45
  "TS": "2-hour Serum Insulin (mu U/ml)\n - The level of insulin in the patient's blood two hours after a meal, measured in micro international units per milliliter (mu U/ml).",
46
  "M11": "Body Mass Index (BMI) (weight in kg / {(height in m)}^2)\n - It provides a standardized measure that helps assess the degree of body fat and categorizes individuals into different weight status categories, such as underweight, normal weight, overweight, and obesity."
47
+ "BD2": "Diabetes pedigree function (mu U/ml)\n - The function provides information about the patient's family history of diabetes.",
48
  "Age": "Age of the Patient (years)\n - Age is an essential factor in medical assessments and can influence various health outcomes."
49
  }
50
  # Organize input fields into two columns