kumar9 commited on
Commit
29feeff
1 Parent(s): 48f3284

Update templates/home.html

Browse files
Files changed (1) hide show
  1. 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 | floatformat }}</td>
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>