Download this file
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 %}