Diff of /templates/result.html [000000] .. [7323fc]

Switch to side-by-side view

--- 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