mertkarabacak commited on
Commit
1abbbe6
1 Parent(s): 12fd4db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -2
app.py CHANGED
@@ -735,9 +735,14 @@ with gr.Blocks(title = "TQP-atEDH") as demo:
735
  gr.Markdown(
736
  """
737
  <br/>
738
- <center><h1>Epidural Hematoma Outcomes</h1></center>
 
 
739
  <center><h2>Prediction Tool</h2></center>
740
- <center><i>The publication describing the details of this predictive tool will be posted here upon the acceptance of publication.</i><center>
 
 
 
741
  """
742
  )
743
 
 
735
  gr.Markdown(
736
  """
737
  <br/>
738
+ <center><h2>NOT FOR CLINICAL USE</h2><center>
739
+ <br/>
740
+ <center><h1>Acute Traumatic Epidural Hematoma Outcomes</h1></center>
741
  <center><h2>Prediction Tool</h2></center>
742
+ <br/>
743
+ <center><h3>This web application should not be used to guide any clinical decisions.</h3><center>
744
+ <br/>
745
+ <center><i>The publication describing the details of this prediction tool can be reached from https://doi.org/10.1089/neu.2023.0122.</i><center>
746
  """
747
  )
748