Diabetes Detection

{{ form.pregnancies.label }}
{{ form.pregnancies }}

{{ form.glucose.label }}
{{ form.glucose }}

{{ form.bloodPressure.label }}
{{ form.bloodPressure }}

{{ form.skinThickness.label }}
{{ form.skinThickness }}

{{ form.insulin.label }}
{{ form.insulin }}

{{ form.bmi.label }}
{{ form.bmi}}

{{ form.diabetesPedigreeFunction.label }}
{{ form.diabetesPedigreeFunction }}

{{ form.age.label }}
{{ form.age }}

{{ form.submit }}
{% if result != None %} {{result}} {% endif %}