fmegahed commited on
Commit
3aa11d7
·
1 Parent(s): cd144f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, 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()
 
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='14'>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()