Commit ·
1fa22f3
1
Parent(s): a5de35c
Update app.py
Browse files
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
|
| 44 |
description1 = """
|
| 45 |
-
This
|
| 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 = """
|