mertkarabacak commited on
Commit
db359ed
·
1 Parent(s): 2ac4ed2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -458,12 +458,12 @@ with gr.Blocks(title = "NSQIP-PCF") as demo:
458
  <br/>
459
  <center><h2>NOT FOR CLINICAL USE</h2><center>
460
  <br/>
461
- <center><h1>PCF Outcomes</h1></center>
462
  <center><h2>Prediction Tool</h2></center>
463
  <br/>
464
  <center><h3>This web application should not be used to guide any clinical decisions.</h3><center>
465
  <br/>
466
- <center><i>The publication describing the details of this prediction tool will be posted here upon the acceptance of publication.</i><center>
467
  """
468
  )
469
 
 
458
  <br/>
459
  <center><h2>NOT FOR CLINICAL USE</h2><center>
460
  <br/>
461
+ <center><h1>Posterior Cervical Fusion Outcomes</h1></center>
462
  <center><h2>Prediction Tool</h2></center>
463
  <br/>
464
  <center><h3>This web application should not be used to guide any clinical decisions.</h3><center>
465
  <br/>
466
+ <center><i>The publication describing the details of this prediction tool can be reached from https://doi.org/10.1371/journal.pone.0288939.</i><center>
467
  """
468
  )
469