This commit is contained in:
Ross
2021-08-03 18:45:49 +01:00
parent 9971828fc4
commit be1e3129ab
+3 -3
View File
@@ -16,12 +16,12 @@
<div id="stats-block">
<h3>Stats</h3>
Candidates: {{cids|length}}<br />
Max score: {{max_score}}<br/>
Max score: {{max_score}}<br />
Mean: {{mean}}, Median {{median}}, Mode {{mode}}
<div id="stats-plot">{{plot|safe}}</div>
</div>
<div>
<div class="col-sm-4">
<table class="table table-dark table-striped table-hover table-sm">
<tr>
<th>Candidate ID</th>
@@ -35,7 +35,7 @@
{% endfor %}
</table>
</div>
<div>
<div class="col-md-12">
<h3>Results as a table</h3>
<table class="col-sm table table-dark table-striped table-hover table-sm">
<thead class="thead-dark">