update description
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ def predict_amputation(age, gender, race, diabetes_type):
|
|
| 37 |
|
| 38 |
title = "DIabetes-related Amputation Risk Calculator (DIARC)"
|
| 39 |
|
| 40 |
-
description = "
|
| 41 |
|
| 42 |
article = "<p style='text-align: center'><span style='font-size: 15pt;'>Copyright © 2021. All Rights Reserved.</span></p>"
|
| 43 |
|
|
|
|
| 37 |
|
| 38 |
title = "DIabetes-related Amputation Risk Calculator (DIARC)"
|
| 39 |
|
| 40 |
+
description = "A diabetes-related amputation machine learning model trained on the diabetes dataset from the Inkosi Albert Luthuli Central Hospital (IALCH) in Durban, KwaZulu-Natal, South Africa."
|
| 41 |
|
| 42 |
article = "<p style='text-align: center'><span style='font-size: 15pt;'>Copyright © 2021. All Rights Reserved.</span></p>"
|
| 43 |
|