mertkarabacak commited on
Commit
61a6b24
·
1 Parent(s): 7cc90d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -314,10 +314,14 @@ with gr.Blocks(title = "NSQIP-ACDF") as demo:
314
  gr.Markdown(
315
  """
316
  <br/>
 
 
317
  <center><h1>ACDF Outcomes</h1></center>
318
  <center><h2>Prediction Tool</h2></center>
319
  <br/>
320
- <center><i>The publication describing the details of this predictive tool will be posted here upon the acceptance of publication.</i><center>
 
 
321
  """
322
  )
323
 
 
314
  gr.Markdown(
315
  """
316
  <br/>
317
+ <center><h2>NOT FOR CLINICAL USE</h2><center>
318
+ <br/>
319
  <center><h1>ACDF Outcomes</h1></center>
320
  <center><h2>Prediction Tool</h2></center>
321
  <br/>
322
+ <center><h3>This web application should not be used to guide any clinical decisions.</h3><center>
323
+ <br/>
324
+ <center><i>The publication describing the details of this prediction tool will be posted here upon the acceptance of publication.</i><center>
325
  """
326
  )
327