Zakia commited on
Commit
16b729b
1 Parent(s): b7a61e1

update description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "<b>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. To use it, simply select the Age, Gender, Race and Diabetes Type, or click one of the examples to load them.</b>"
41
 
42
  article = "<p style='text-align: center'><span style='font-size: 15pt;'>Copyright &copy; 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 &copy; 2021. All Rights Reserved.</span></p>"
43