[978f77]: / templates / result.html

Download this file

7 lines (6 with data), 177 Bytes

1
2
3
4
5
6
7
{% extends 'layout.html' %}
{% block content %}
<div class="container-fluid">
<p class="lead"> Chemotherapy Suitability: {{ prediction_text }}</p>
</div>
{% endblock %}