--- a +++ b/templates/result.html @@ -0,0 +1,7 @@ +{% extends 'layout.html' %} + +{% block content %} + <div class="container-fluid"> + <p class="lead"> Chemotherapy Suitability: {{ prediction_text }}</p> + </div> +{% endblock %} \ No newline at end of file