Update app.py
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ 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 = """
|
| 41 |
-
To use the app, click on one of the examples, or adjust the values of the factors, and click on Analyze. 🤞
|
| 42 |
"""
|
| 43 |
|
| 44 |
with gr.Blocks(title=title) as demo:
|
|
|
|
| 38 |
description1 = """This app takes info from subjects and predicts their heart attack likelihood. Do not use for medical diagnosis."""
|
| 39 |
|
| 40 |
description2 = """
|
| 41 |
+
To use the app, click on one of the examples, or adjust the values of the factors, and click on Analyze. Do not use for medical diagnosis. 🤞
|
| 42 |
"""
|
| 43 |
|
| 44 |
with gr.Blocks(title=title) as demo:
|