wszhang1021 commited on
Commit
1fa22f3
·
1 Parent(s): a5de35c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -40,9 +40,9 @@ def main_func(age, sex, cp, trtbps, chol, fbs, restecg, thalachh, exng, oldpeak,
40
  return {"Low Heart Attack Chance": float(prob[0][0]), "High Heart Attack Chance": 1-float(prob[0][0])}, local_plot
41
 
42
  # Create the UI
43
- title = "**Heart Attack Predictor & Interpreter** 🪐"
44
  description1 = """
45
- This app takes info from subjects and predicts their heart attack likelihood. Do not use for medical diagnosis.
46
  """
47
 
48
  description2 = """
 
40
  return {"Low Heart Attack Chance": float(prob[0][0]), "High Heart Attack Chance": 1-float(prob[0][0])}, local_plot
41
 
42
  # Create the UI
43
+ title = "**Heart Attack Prediction Tool** 🏥🩺💊🩻"
44
  description1 = """
45
+ This software retrieves data from individuals and anticipates their probability of experiencing a heart attack. However, it should not be utilized for medical diagnosis purposes.
46
  """
47
 
48
  description2 = """