AdithyaSNair commited on
Commit
49eba0a
·
1 Parent(s): 72b52b2

app.py mod 2

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -125,8 +125,8 @@ More details about the Inputs taken and how they needed to be taken are given be
125
  * BMI (Body Mass Index in kg/m2), BMI can be calculated using the equation = Weight/(Height²)
126
  * Age (years)
127
  * Pedigree Diabetes Function ('function that represents how likely they are to get the disease by extrapolating from their ancestor’s history )
128
- Generally, it's between 0 - 2.5, if there wasn't any ancestorial history of diabetes you can choose between 0 and 1, and if there is any so can select between 1 -
129
- 2.5 regarding the seriousness in the family.
130
  ''',
131
 
132
  article=''' Website created with Gradio for Hackathon'22
 
125
  * BMI (Body Mass Index in kg/m2), BMI can be calculated using the equation = Weight/(Height²)
126
  * Age (years)
127
  * Pedigree Diabetes Function ('function that represents how likely they are to get the disease by extrapolating from their ancestor’s history )
128
+ Generally, it's between 0 - 2.5, if there wasn't any ancestorial history of diabetes you can choose between 0 and 1,
129
+ and if there is any so can select between 1 - 2.5 regarding the seriousness of the family.
130
  ''',
131
 
132
  article=''' Website created with Gradio for Hackathon'22