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