bhaglepravesh commited on
Commit
36429f8
1 Parent(s): a8225e4

Upload Predict Disease.html

Browse files
Files changed (1) hide show
  1. Predict Disease.html +2 -2
Predict Disease.html CHANGED
@@ -54,10 +54,10 @@
54
  <h2>Heart Disease Risk Predictor</h2>
55
  <input type="text" id="age" placeholder="Age"><br>
56
  <input type="text" id="education" placeholder="Education Level"><br>
57
- <input type="text" id="Gender" placeholder="Gender 1 for Male, 0 for Female"><br>
58
  <input type="text" id="issmoking" placeholder="Smoking 1 for YES, 0 for NO"><br>
59
  <input type="text" id="cigsPerDay" placeholder="Cigarettes Per Day"><br>
60
- <input type="text" id="BPMeds" placeholder="Blood Pressure Medications"><br>
61
  <input type="text" id="prevalentStroke" placeholder="Prevalent Stroke"><br>
62
  <input type="text" id="prevalentHyp" placeholder="Prevalent Hypertension"><br>
63
  <input type="text" id="diabetes" placeholder="Diabetes 1 for YES, 0 for NO"><br>
 
54
  <h2>Heart Disease Risk Predictor</h2>
55
  <input type="text" id="age" placeholder="Age"><br>
56
  <input type="text" id="education" placeholder="Education Level"><br>
57
+ <input type="text" id="Gender" placeholder="Gender 1 for M, 0 for F"><br>
58
  <input type="text" id="issmoking" placeholder="Smoking 1 for YES, 0 for NO"><br>
59
  <input type="text" id="cigsPerDay" placeholder="Cigarettes Per Day"><br>
60
+ <input type="text" id="BPMeds" placeholder="BP Medications"><br>
61
  <input type="text" id="prevalentStroke" placeholder="Prevalent Stroke"><br>
62
  <input type="text" id="prevalentHyp" placeholder="Prevalent Hypertension"><br>
63
  <input type="text" id="diabetes" placeholder="Diabetes 1 for YES, 0 for NO"><br>