fmegahed commited on
Commit
2d5c205
·
verified ·
1 Parent(s): a704d97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -1
app.py CHANGED
@@ -146,7 +146,16 @@ 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 = "<font size='4'>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()
 
146
  outputs = 'text',
147
  live=True,
148
  title = "Predicting In-Hospital Mortality After TAVR Using Preoperative Variables and Penalized Logistic Regression",
149
+ description = """
150
+ <p style="font-size:16px; line-height:1.6;">
151
+ This app predicts in-hospital mortality after TAVR using a finalized logistic regression model with L2 penalty, based on national inpatient data from 2012–2019 (HCUP NIS).<br>
152
+ <br>
153
+ Published paper:
154
+ <a href="https://www.nature.com/articles/s41598-023-37358-9.pdf" target="_blank">
155
+ Alhwiti, T., Aldrugh, S., & Megahed, F. M. (2023), <i>Scientific Reports</i>, 13(1), 10252.
156
+ </a>
157
+ </p>
158
+ """
159
  css = 'https://bootswatch.com/5/journal/bootstrap.css')
160
 
161
  iface.launch()