{% if data[1] > 0.50 %}

I think its a dog

{%else%}

looks like a cat

{%endif%}

acc
cat: {{data[0]}}
dog: {{data[1]}}

img go back