fmegahed commited on
Commit
7197416
·
1 Parent(s): 80b39bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ iface = gr.Interface(
143
  prior_cabg, prior_icd, prior_mi, prior_pci, prior_ppm, prior_tia_stroke,
144
  pulmonary_circulation_disorder, smoker, valvular_disease, weight_loss,
145
  endovascular_tavr, transapical_tavr],
146
- output = '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 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>.",
 
143
  prior_cabg, prior_icd, prior_mi, prior_pci, prior_ppm, prior_tia_stroke,
144
  pulmonary_circulation_disorder, smoker, valvular_disease, weight_loss,
145
  endovascular_tavr, transapical_tavr],
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 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>.",