kyleconnors commited on
Commit
433aa46
·
verified ·
1 Parent(s): 0716504

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: