\index.html --> Airline Satisfaction Predictor

✈️ Airline Satisfaction Predictor

{% if prediction is not none %}

{% if prediction == 1 %} ✅ Prediction: Satisfied {% else %} ❌ Prediction: Not Satisfied {% endif %}

{% endif %} {% if error %}

⚠️ Error: {{ error }}

{% endif %}