💸 U.S. Family Income Estimator

{% if prediction %}
📊 Estimated Annual Cost:
${{ prediction }}

💼 Income Gap (Estimated Annual Cost − Median Family Income):
${{ gap }}

📝 Your Inputs:

State: {{ input_state }} | Metro: {% if input_is_metro == '1' %}Yes{% else %}No{% endif %} | Parents: {{ input_parent_count }} | Children: {{ input_child_count }} | Childcare: {% if input_needs_childcare == '1' %}Yes{% else %}No{% endif %}

{% endif %}