Prediction Results
{% if outcome == 'Low' %}
The predicted level of Lung Cancer is Low.
{% elif outcome == 'Medium' %}
The predicted level of Lung Cancer is Medium.
{% else %}
The predicted level of Lung Cancer is High.
{% endif %}
If you have any concerns about your lung health, please consult a doctor.
Click here to find a doctor near you.