🌸 Prediction Result 🌸

{% if error %}

{{ error }}

Please try again with different values or contact support.

{% else %}
The predicted flower is: {{ prediction }}
{% if 'setosa' in prediction.lower() %}

Iris setosa is known for its:

{% elif 'versicolor' in prediction.lower() %}

Iris versicolor is known for its:

{% elif 'virginica' in prediction.lower() %}

Iris virginica is known for its:

{% endif %} {% endif %} Make Another Prediction