Gordon-H commited on
Commit
5f587c3
·
verified ·
1 Parent(s): 008464e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ iface = gr.Interface(
119
  inputs=[age_input, sex_input, cd4_input, viral_input, wbc_input, hemoglobin_input, platelet_input],
120
  outputs="text",
121
  title="Sentinel-P1: HIV Risk Prediction Demo",
122
- description="Enter blood report values to estimate HIV risk. This is a demonstration model and should not be used for medical advice.",
123
  )
124
 
125
  iface.launch()
 
119
  inputs=[age_input, sex_input, cd4_input, viral_input, wbc_input, hemoglobin_input, platelet_input],
120
  outputs="text",
121
  title="Sentinel-P1: HIV Risk Prediction Demo",
122
+ description="Enter blood report values to estimate HIV risk. This is a demonstration model and should not be used for medical advice.Low risk : <1% probability of HIV infection, Moderate risk: 1% to 5% probability,High risk: >5% probability",
123
  )
124
 
125
  iface.launch()