Spaces:
Runtime error
Runtime error
Updated the description to reflect the paper's publication
Browse files
app.py
CHANGED
@@ -147,15 +147,15 @@ iface = gr.Interface(
|
|
147 |
live=True,
|
148 |
title = "Predicting In-Hospital Mortality After TAVR Using Preoperative Variables and Penalized Logistic Regression",
|
149 |
description = """
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
"""
|
159 |
css = 'https://bootswatch.com/5/journal/bootstrap.css')
|
160 |
|
161 |
iface.launch()
|
|
|
147 |
live=True,
|
148 |
title = "Predicting In-Hospital Mortality After TAVR Using Preoperative Variables and Penalized Logistic Regression",
|
149 |
description = """
|
150 |
+
<p style="font-size:16px; line-height:1.6;">
|
151 |
+
This app predicts in-hospital mortality after TAVR using a finalized logistic regression model with L2 penalty, based on national inpatient data from 2012–2019 (HCUP NIS).<br>
|
152 |
+
<br>
|
153 |
+
Published paper:
|
154 |
+
<a href="https://www.nature.com/articles/s41598-023-37358-9.pdf" target="_blank">
|
155 |
+
Alhwiti, T., Aldrugh, S., & Megahed, F. M. (2023), <i>Scientific Reports</i>, 13(1), 10252.
|
156 |
+
</a>
|
157 |
+
</p>
|
158 |
+
""",
|
159 |
css = 'https://bootswatch.com/5/journal/bootstrap.css')
|
160 |
|
161 |
iface.launch()
|