rasmodev commited on
Commit
4610943
·
1 Parent(s): a9cdfb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -60,13 +60,13 @@ loaded_scaler = loaded_components['scaler']
60
  # Data Fields
61
  data_fields = {
62
  "**PRG**": "**Number of Pregnancies (applicable only to females)**\n - The total number of pregnancies a female patient has experienced.",
63
- "PL": "Plasma Glucose Concentration (mg/dL)\n - The concentration of glucose in the patient's blood). It provides insights into the patient's blood sugar levels.",
64
- "PR": "Diastolic Blood Pressure (mm Hg)\n - The diastolic blood pressure, representing the pressure in the arteries when the heart is at rest between beats.",
65
- "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.",
66
- "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).",
67
- "M11": "Body Mass Index (BMI) (weight in kg / {(height in m)}^2)\n - BMI 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.",
68
- "BD2": "Diabetes pedigree function (mu U/ml)\n - The function provides information about the patient's family history of diabetes.",
69
- "Age": "Age of the Patient (years)\n - Age is an essential factor in medical assessments and can influence various health outcomes."
70
  }
71
  # Organize input fields into two columns
72
  col1, col2 = st.columns(2)
 
60
  # Data Fields
61
  data_fields = {
62
  "**PRG**": "**Number of Pregnancies (applicable only to females)**\n - The total number of pregnancies a female patient has experienced.",
63
+ "**PL**": "**Plasma Glucose Concentration (mg/dL)**\n - The concentration of glucose in the patient's blood). It provides insights into the patient's blood sugar levels.",
64
+ "**PR**": "**Diastolic Blood Pressure (mm Hg)**\n - The diastolic blood pressure, representing the pressure in the arteries when the heart is at rest between beats.",
65
+ "**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.",
66
+ "**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).",
67
+ "**M11**": "**Body Mass Index (BMI) (weight in kg / {(height in m)}^2)**\n - BMI 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.",
68
+ "**BD2**": "**Diabetes pedigree function (mu U/ml)**\n - The function provides information about the patient's family history of diabetes.",
69
+ "**Age**": "**Age of the Patient (years)**\n - Age is an essential factor in medical assessments and can influence various health outcomes."
70
  }
71
  # Organize input fields into two columns
72
  col1, col2 = st.columns(2)