Spaces:
Runtime error
Runtime error
Commit ·
cfe65ec
1
Parent(s): c702e9a
Upload app.py
Browse files
app.py
CHANGED
|
@@ -3009,12 +3009,18 @@ with gr.Blocks(title = "TQP-cSCI") as demo:
|
|
| 3009 |
gr.Markdown(
|
| 3010 |
"""
|
| 3011 |
<br/>
|
| 3012 |
-
<center><
|
|
|
|
|
|
|
| 3013 |
<center><h2>Prediction Tool</h2></center>
|
| 3014 |
-
<
|
|
|
|
|
|
|
|
|
|
| 3015 |
"""
|
| 3016 |
)
|
| 3017 |
|
|
|
|
| 3018 |
gr.Markdown(
|
| 3019 |
"""
|
| 3020 |
<center><h3>Model Performances</h3>
|
|
|
|
| 3009 |
gr.Markdown(
|
| 3010 |
"""
|
| 3011 |
<br/>
|
| 3012 |
+
<center><h2>NOT FOR CLINICAL USE</h2><center>
|
| 3013 |
+
<br/>
|
| 3014 |
+
<center><h1>Cervical SCI Outcomes</h1></center>
|
| 3015 |
<center><h2>Prediction Tool</h2></center>
|
| 3016 |
+
<br/>
|
| 3017 |
+
<center><h3>This web application should not be used to guide any clinical decisions.</h3><center>
|
| 3018 |
+
<br/>
|
| 3019 |
+
<center><i>The publication describing the details of this prediction tool can be reached from https://doi.org/10.1016/j.spinee.2023.08.009.</i><center>
|
| 3020 |
"""
|
| 3021 |
)
|
| 3022 |
|
| 3023 |
+
|
| 3024 |
gr.Markdown(
|
| 3025 |
"""
|
| 3026 |
<center><h3>Model Performances</h3>
|