rasmodev commited on
Commit
acf5328
·
1 Parent(s): 08b59fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ loaded_scaler = loaded_components['scaler']
59
 
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.",
 
59
 
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.",