Spaces:
Runtime error
Runtime error
Commit ·
045ea69
1
Parent(s): fb1af9e
Update app.py
Browse files
app.py
CHANGED
|
@@ -316,9 +316,14 @@ with gr.Blocks(title = "NSQIP-ALIF") as demo:
|
|
| 316 |
gr.Markdown(
|
| 317 |
"""
|
| 318 |
<br/>
|
|
|
|
|
|
|
| 319 |
<center><h1>ALIF Outcomes</h1></center>
|
| 320 |
<center><h2>Prediction Tool</h2></center>
|
| 321 |
-
<
|
|
|
|
|
|
|
|
|
|
| 322 |
"""
|
| 323 |
)
|
| 324 |
|
|
|
|
| 316 |
gr.Markdown(
|
| 317 |
"""
|
| 318 |
<br/>
|
| 319 |
+
<center><h2>NOT FOR CLINICAL USE</h2><center>
|
| 320 |
+
<br/>
|
| 321 |
<center><h1>ALIF Outcomes</h1></center>
|
| 322 |
<center><h2>Prediction Tool</h2></center>
|
| 323 |
+
<br/>
|
| 324 |
+
<center><h3>This web application should not be used to guide any clinical decisions.</h3><center>
|
| 325 |
+
<br/>
|
| 326 |
+
<center><i>The publication describing the details of this prediction tool will be posted here upon the acceptance of publication.</i><center>
|
| 327 |
"""
|
| 328 |
)
|
| 329 |
|