Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def predict_ckd_severity(age, c3, c4):
|
|
18 |
else:
|
19 |
adjusted_probability = ((probability - 50) / 50) * 100
|
20 |
|
21 |
-
|
22 |
|
23 |
if prediction == 1:
|
24 |
result = f"The CKD status is most likely to progress into Severe (1). The probability is {adjusted_probability:.2f}%."
|
|
|
18 |
else:
|
19 |
adjusted_probability = ((probability - 50) / 50) * 100
|
20 |
|
21 |
+
|
22 |
|
23 |
if prediction == 1:
|
24 |
result = f"The CKD status is most likely to progress into Severe (1). The probability is {adjusted_probability:.2f}%."
|