Spaces:
Runtime error
Runtime error
Update app.py to remove the link to the website since we are using dropdown menus now with the defined categories
Browse files
app.py
CHANGED
@@ -145,5 +145,5 @@ gr.Interface(predict, [age, female, race, elective, aweekend, zipinc_qrtl, hosp_
|
|
145 |
'text',
|
146 |
live=True,
|
147 |
title = "Predicting In-Hospital Mortality After TAVR Using Preoperative Variables and Penalized Logistic Regression",
|
148 |
-
description = "The app below utilizes the finalized logistic regression model with an l2 penalty based on the manuscript by Alhwiti et al. The manuscript will be submitted to JACC: Cardiovascular Interventions. 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.
|
149 |
css = 'https://bootswatch.com/5/journal/bootstrap.css').launch(debug = False);
|
|
|
145 |
'text',
|
146 |
live=True,
|
147 |
title = "Predicting In-Hospital Mortality After TAVR Using Preoperative Variables and Penalized Logistic Regression",
|
148 |
+
description = "The app below utilizes the finalized logistic regression model with an l2 penalty based on the manuscript by Alhwiti et al. The manuscript will be submitted to JACC: Cardiovascular Interventions. 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>.",
|
149 |
css = 'https://bootswatch.com/5/journal/bootstrap.css').launch(debug = False);
|