Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ gr.Interface(predict, [age, female, race, elective, aweekend, zipinc_qrtl, hosp_
|
|
133 |
prior_cabg, prior_icd, prior_mi, prior_pci, prior_ppm, prior_tia_stroke,
|
134 |
pulmonary_circulation_disorder, smoker, valvular_disease, weight_loss,
|
135 |
endovascular_tavr, transapical_tavr],
|
136 |
-
'
|
137 |
live=True,
|
138 |
title = "Predicting In-Hospital Mortality After TAVR Using Preoperative Variables and Penalized Logistic Regression",
|
139 |
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. <br> <br> For instruction on how to use the app and the encoding required for the variables, please see <b>XYZ: insert website link here</b>.",
|
|
|
133 |
prior_cabg, prior_icd, prior_mi, prior_pci, prior_ppm, prior_tia_stroke,
|
134 |
pulmonary_circulation_disorder, smoker, valvular_disease, weight_loss,
|
135 |
endovascular_tavr, transapical_tavr],
|
136 |
+
'label',
|
137 |
live=True,
|
138 |
title = "Predicting In-Hospital Mortality After TAVR Using Preoperative Variables and Penalized Logistic Regression",
|
139 |
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. <br> <br> For instruction on how to use the app and the encoding required for the variables, please see <b>XYZ: insert website link here</b>.",
|