Spaces:
Sleeping
Sleeping
Update templates/output.html
Browse files- templates/output.html +2 -2
templates/output.html
CHANGED
|
@@ -91,8 +91,8 @@
|
|
| 91 |
<div class="toggle-buttons">
|
| 92 |
<a href="{{ url_for('report_view', report_type='pred', page=1) }}"
|
| 93 |
class="{% if report_type == 'pred' %}active{% endif %}">Prediction Report</a>
|
| 94 |
-
<a href="{{ url_for('report_view', report_type='class', page=1) }}"
|
| 95 |
-
class="{% if report_type == 'class' %}active{% endif %}">Classification Analysis</a>
|
| 96 |
</div>
|
| 97 |
|
| 98 |
<!-- Report Table -->
|
|
|
|
| 91 |
<div class="toggle-buttons">
|
| 92 |
<a href="{{ url_for('report_view', report_type='pred', page=1) }}"
|
| 93 |
class="{% if report_type == 'pred' %}active{% endif %}">Prediction Report</a>
|
| 94 |
+
<!-- <a href="{{ url_for('report_view', report_type='class', page=1) }}"
|
| 95 |
+
class="{% if report_type == 'class' %}active{% endif %}">Classification Analysis</a> -->
|
| 96 |
</div>
|
| 97 |
|
| 98 |
<!-- Report Table -->
|