Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -146,7 +146,7 @@ iface = gr.Interface(
|
|
146 |
outputs = 'text',
|
147 |
live=True,
|
148 |
title = "Predicting In-Hospital Mortality After TAVR Using Preoperative Variables and Penalized Logistic Regression",
|
149 |
-
description = "<font size='
|
150 |
css = 'https://bootswatch.com/5/journal/bootstrap.css')
|
151 |
|
152 |
iface.launch()
|
|
|
146 |
outputs = 'text',
|
147 |
live=True,
|
148 |
title = "Predicting In-Hospital Mortality After TAVR Using Preoperative Variables and Penalized Logistic Regression",
|
149 |
+
description = "<font size='4'>The app below utilizes the <b>finalized logistic regression model with an l2 penalty based on the manuscript by Alhwiti, Aldrugh, and Megahed</b>. The manuscript is under review at Scientific Reports. The data used for model building is all TAVR procedures between 2012 and 2019, as reported in the HCUP NIS database. <br><br> The app's purpose is to provide evidence-based clinical support for interventional cardiology.</font>",
|
150 |
css = 'https://bootswatch.com/5/journal/bootstrap.css')
|
151 |
|
152 |
iface.launch()
|