Spaces:
Runtime error
Runtime error
Commit ·
db359ed
1
Parent(s): 2ac4ed2
Update app.py
Browse files
app.py
CHANGED
|
@@ -458,12 +458,12 @@ with gr.Blocks(title = "NSQIP-PCF") as demo:
|
|
| 458 |
<br/>
|
| 459 |
<center><h2>NOT FOR CLINICAL USE</h2><center>
|
| 460 |
<br/>
|
| 461 |
-
<center><h1>
|
| 462 |
<center><h2>Prediction Tool</h2></center>
|
| 463 |
<br/>
|
| 464 |
<center><h3>This web application should not be used to guide any clinical decisions.</h3><center>
|
| 465 |
<br/>
|
| 466 |
-
<center><i>The publication describing the details of this prediction tool
|
| 467 |
"""
|
| 468 |
)
|
| 469 |
|
|
|
|
| 458 |
<br/>
|
| 459 |
<center><h2>NOT FOR CLINICAL USE</h2><center>
|
| 460 |
<br/>
|
| 461 |
+
<center><h1>Posterior Cervical Fusion Outcomes</h1></center>
|
| 462 |
<center><h2>Prediction Tool</h2></center>
|
| 463 |
<br/>
|
| 464 |
<center><h3>This web application should not be used to guide any clinical decisions.</h3><center>
|
| 465 |
<br/>
|
| 466 |
+
<center><i>The publication describing the details of this prediction tool can be reached from https://doi.org/10.1371/journal.pone.0288939.</i><center>
|
| 467 |
"""
|
| 468 |
)
|
| 469 |
|