Multiple123 commited on
Commit
d77e2a6
·
verified ·
1 Parent(s): 4177fa5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -169,8 +169,7 @@ example_values = [38.0, 68.0, 6.5, 1.0, 75.0, 1.2, 80.0, 200]
169
  with gr.Blocks() as demo:
170
  gr.Markdown(
171
  "### Meige Risk Prediction (SVM) with SHAP Explanation\n"
172
- "输入 **ALB, TP, TBA, AST/ALT, CREA, LYM, ALP**;应用会内部计算 **PNI=ALB+5×LYM** **AAPR=ALB/ALP**,"
173
- "并以这 7 个最终特征喂给模型和 SHAP。\n\n"
174
  "**Units**: ALB(g/L), TP(g/L), TBA(μmol/L), AST/ALT(ratio), CREA(μmol/L), "
175
  "LYM(×10⁹/L), ALP(U/L)."
176
  )
 
169
  with gr.Blocks() as demo:
170
  gr.Markdown(
171
  "### Meige Risk Prediction (SVM) with SHAP Explanation\n"
172
+ "Please enter ALB, TP, TBA, AST/ALT, CREA, LYM, and ALP. The values for PNI and AAPR will be calculated automatically.\n\n"
 
173
  "**Units**: ALB(g/L), TP(g/L), TBA(μmol/L), AST/ALT(ratio), CREA(μmol/L), "
174
  "LYM(×10⁹/L), ALP(U/L)."
175
  )