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 = "The app below utilizes the finalized logistic regression model with an l2 penalty based on the manuscript by Alhwiti
|
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 = "The app below utilizes the finalized logistic regression model with an l2 penalty based on the manuscript by Alhwiti, Aldrugh, and Megahed. 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 purpose of the app is to provide evidence-based clinical support for interventional cardiology. </b>.",
|
150 |
css = 'https://bootswatch.com/5/journal/bootstrap.css')
|
151 |
|
152 |
iface.launch()
|