mertkarabacak commited on
Commit
9c25411
1 Parent(s): d505ec5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -302,9 +302,14 @@ with gr.Blocks(title = "NCDB-GBM") as demo:
302
  gr.Markdown(
303
  """
304
  <br/>
 
 
305
  <center><h1>GBM Survival Outcomes</h1></center>
306
  <center><h2>Prediction Tool</h2></center>
307
- <center><i>The publication describing the details of this predictive tool will be posted here upon the acceptance of publication.</i><center>
 
 
 
308
  """
309
  )
310
 
 
302
  gr.Markdown(
303
  """
304
  <br/>
305
+ <center><h2>NOT FOR CLINICAL USE</h2><center>
306
+ <br/>
307
  <center><h1>GBM Survival Outcomes</h1></center>
308
  <center><h2>Prediction Tool</h2></center>
309
+ <br/>
310
+ <center><h3>This web application should not be used to guide any clinical decisions.</h3><center>
311
+ <br/>
312
+ <center><i>The publication describing the details of this prediction tool will be posted here upon the acceptance of publication.</i><center>
313
  """
314
  )
315