fix: Remove unnecessary horizontal rule from table

This commit is contained in:
Paul Gauthier 2024-09-26 08:11:06 -07:00 committed by Paul Gauthier (aider)
parent e93744c990
commit fb2e59cf08

View file

@ -39,9 +39,6 @@ Here's a table containing the benchmark data for different model configurations:
<td>{{ item.total_cost }}</td>
</tr>
{% endfor %}
{% unless forloop.last %}
<tr><td colspan="6"><hr></td></tr>
{% endunless %}
{% endfor %}
</tbody>
</table>