{% if prediction==1 %}
Prediction:You have DIABETES
{% elif prediction==0 %}
Prediction:You DON'T have diabetes.
{% endif %}