mertkarabacak commited on
Commit
18168d2
1 Parent(s): ff5c1b0

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -10
app.py CHANGED
@@ -766,17 +766,17 @@ with gr.Blocks(title = "NTDB-Epidural") as demo:
766
  gr.Markdown(
767
  """
768
  <br/>
769
- <center><h1>Prediction Tool</h2> </center>
770
- <center><h2>Epidural Hematoma Outcomes</h2></center>
771
- <center>The publication describing the details of this predictive tool will be posted here upon the acceptance of publication.<center>
772
  <center><h3>Disclaimer</h3>
773
- <br/>
774
  <center>
775
  The American College of Surgeons National Trauma Data Bank (ACS-NTDB) and the hospitals participating in the ACS-NTDB are the source of the data used herein; they have not been verified and are not responsible for the statistical validity of the data analysis or the conclusions derived by the authors. The predictive tool located on this web page is for general health information only. This prediction tool should not be used in place of professional medical service for any disease or concern. Users of the prediction tool shouldn't base their decisions about their own health issues on the information presented here. You should ask any questions to your own doctor or another healthcare professional. The authors of the study mentioned above make no guarantees or representations, either express or implied, as to the completeness, timeliness, comparative or contentious nature, or utility of any information contained in or referred to in this prediction tool. The risk associated with using this prediction tool or the information in this predictive tool is not at all assumed by the authors. The information contained in the prediction tools may be outdated, not complete, or incorrect because health-related information is subject to frequent change and multiple confounders. No express or implied doctor-patient relationship is established by using the prediction tool. The prediction tools on this website are not validated by the authors. Users of the tool are not contacted by the authors, who also do not record any specific information about them. You are hereby advised to seek the advice of a doctor or other qualified healthcare provider before making any decisions, acting, or refraining from acting in response to any healthcare problem or issue you may be experiencing at any time, now or in the future. By using the prediction tool, you acknowledge and agree that neither the authors nor any other party are or will be liable or otherwise responsible for any decisions you make, actions you take, or actions you choose not to take as a result of using any information presented here.
776
  <br/>
777
  <br/>
778
- **By using this tool, you accept all of the above terms.**
779
  </center>
 
780
  """
781
  )
782
 
@@ -957,7 +957,7 @@ with gr.Blocks(title = "NTDB-Epidural") as demo:
957
  gr.Markdown(
958
  """
959
  <br/>
960
- <center> <h1>Mortality</h1> </center>
961
  <center> This model uses the LightGBM algorithm. </center>
962
  <br/>
963
  """
@@ -1001,7 +1001,7 @@ with gr.Blocks(title = "NTDB-Epidural") as demo:
1001
  gr.Markdown(
1002
  """
1003
  <br/>
1004
- <center> <h1>Discharge Disposition</h1> </center>
1005
  <center> This model uses the Random Forest algorithm. </center>
1006
  <br/>
1007
  """
@@ -1046,7 +1046,7 @@ with gr.Blocks(title = "NTDB-Epidural") as demo:
1046
  gr.Markdown(
1047
  """
1048
  <br/>
1049
- <center> <h1>Prolonged Length of Stay</h1> </center>
1050
  <center> This model uses the CatBoost algorithm. </center>
1051
  <br/>
1052
  """
@@ -1090,7 +1090,7 @@ with gr.Blocks(title = "NTDB-Epidural") as demo:
1090
  gr.Markdown(
1091
  """
1092
  <br/>
1093
- <center> <h1>Prolonged Length of ICU Stay</h1> </center>
1094
  <center> This model uses the XGBoost algorithm. </center>
1095
  <br/>
1096
  """
@@ -1133,7 +1133,7 @@ with gr.Blocks(title = "NTDB-Epidural") as demo:
1133
  gr.Markdown(
1134
  """
1135
  <br/>
1136
- <center> <h1>Major Complications</h1> </center>
1137
  <center> This model uses the XGBoost algorithm. </center>
1138
  <br/>
1139
  """
 
766
  gr.Markdown(
767
  """
768
  <br/>
769
+ <center><h1>Epidural Hematoma Outcomes</h1></center>
770
+ <center><h2>Prediction Tool</h2></center>
771
+ <center><i>The publication describing the details of this predictive tool will be posted here upon the acceptance of publication.<i/><center>
772
  <center><h3>Disclaimer</h3>
 
773
  <center>
774
  The American College of Surgeons National Trauma Data Bank (ACS-NTDB) and the hospitals participating in the ACS-NTDB are the source of the data used herein; they have not been verified and are not responsible for the statistical validity of the data analysis or the conclusions derived by the authors. The predictive tool located on this web page is for general health information only. This prediction tool should not be used in place of professional medical service for any disease or concern. Users of the prediction tool shouldn't base their decisions about their own health issues on the information presented here. You should ask any questions to your own doctor or another healthcare professional. The authors of the study mentioned above make no guarantees or representations, either express or implied, as to the completeness, timeliness, comparative or contentious nature, or utility of any information contained in or referred to in this prediction tool. The risk associated with using this prediction tool or the information in this predictive tool is not at all assumed by the authors. The information contained in the prediction tools may be outdated, not complete, or incorrect because health-related information is subject to frequent change and multiple confounders. No express or implied doctor-patient relationship is established by using the prediction tool. The prediction tools on this website are not validated by the authors. Users of the tool are not contacted by the authors, who also do not record any specific information about them. You are hereby advised to seek the advice of a doctor or other qualified healthcare provider before making any decisions, acting, or refraining from acting in response to any healthcare problem or issue you may be experiencing at any time, now or in the future. By using the prediction tool, you acknowledge and agree that neither the authors nor any other party are or will be liable or otherwise responsible for any decisions you make, actions you take, or actions you choose not to take as a result of using any information presented here.
775
  <br/>
776
  <br/>
777
+ <h4>By using this tool, you accept all of the above terms.<h4/>
778
  </center>
779
+ <br/>
780
  """
781
  )
782
 
 
957
  gr.Markdown(
958
  """
959
  <br/>
960
+ <center> <h2>Mortality</h2> </center>
961
  <center> This model uses the LightGBM algorithm. </center>
962
  <br/>
963
  """
 
1001
  gr.Markdown(
1002
  """
1003
  <br/>
1004
+ <center> <h2>Discharge Disposition</h2> </center>
1005
  <center> This model uses the Random Forest algorithm. </center>
1006
  <br/>
1007
  """
 
1046
  gr.Markdown(
1047
  """
1048
  <br/>
1049
+ <center> <h2>Prolonged Length of Stay</h2> </center>
1050
  <center> This model uses the CatBoost algorithm. </center>
1051
  <br/>
1052
  """
 
1090
  gr.Markdown(
1091
  """
1092
  <br/>
1093
+ <center> <h2>Prolonged Length of ICU Stay</h2> </center>
1094
  <center> This model uses the XGBoost algorithm. </center>
1095
  <br/>
1096
  """
 
1133
  gr.Markdown(
1134
  """
1135
  <br/>
1136
+ <center> <h2>Major Complications</h2> </center>
1137
  <center> This model uses the XGBoost algorithm. </center>
1138
  <br/>
1139
  """