Commit ·
176c96a
1
Parent(s): 63086cf
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ def main_func(age, sex, cp, trtbps, chol, fbs, restecg, thalachh,exng,oldpeak,sl
|
|
| 34 |
return {"Low Chance": float(prob[0][0]), "High Chance": 1-float(prob[0][0])}, local_plot
|
| 35 |
|
| 36 |
# Create the UI
|
| 37 |
-
title = "**Heart Attack Predictor & Interpreter** 🪐"
|
| 38 |
description1 = """This app takes info from subjects and predicts their heart attack likelihood. Do not use for medical diagnosis."""
|
| 39 |
|
| 40 |
description2 = """
|
|
|
|
| 34 |
return {"Low Chance": float(prob[0][0]), "High Chance": 1-float(prob[0][0])}, local_plot
|
| 35 |
|
| 36 |
# Create the UI
|
| 37 |
+
title = "**Heart Attack Predictor & Interpreter** 🪐 TEAM 7"
|
| 38 |
description1 = """This app takes info from subjects and predicts their heart attack likelihood. Do not use for medical diagnosis."""
|
| 39 |
|
| 40 |
description2 = """
|