Update templates/home.html
Browse files- templates/home.html +1 -1
templates/home.html
CHANGED
@@ -34,7 +34,7 @@
|
|
34 |
{% for item in response %}
|
35 |
<tr>
|
36 |
<td class="text-capitalize">{{ item.label }}</td>
|
37 |
-
<td>{{ item.score
|
38 |
</tr>
|
39 |
{% endfor %}
|
40 |
</tbody>
|
|
|
34 |
{% for item in response %}
|
35 |
<tr>
|
36 |
<td class="text-capitalize">{{ item.label }}</td>
|
37 |
+
<td>{{ item.score }}</td>
|
38 |
</tr>
|
39 |
{% endfor %}
|
40 |
</tbody>
|