mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
Refactor: Remove chart and add margin to post date in leaderboard
This commit is contained in:
parent
da96888669
commit
ef440972bb
1 changed files with 1 additions and 12 deletions
|
@ -76,17 +76,6 @@ Aider works best with high-scoring models, though it [can connect to almost any
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
### Aider polyglot benchmark results
|
|
||||||
|
|
||||||
<canvas id="editChart" width="800" height="450" style="margin-top: 20px"></canvas>
|
|
||||||
<script src="https://unpkg.com/patternomaly/dist/patternomaly.js"></script>
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
|
||||||
<script>
|
|
||||||
{% assign data_source = edit_sorted %}
|
|
||||||
{% assign pass_rate_field = "pass_rate_2" %}
|
|
||||||
{% assign highlight_model = "xxxxxx" %}
|
|
||||||
{% include leaderboard.js %}
|
|
||||||
</script>
|
|
||||||
<style>
|
<style>
|
||||||
tr.selected {
|
tr.selected {
|
||||||
color: #0056b3;
|
color: #0056b3;
|
||||||
|
@ -264,7 +253,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<p class="post-date">
|
<p class="post-date" style="margin-top: 20px;">
|
||||||
By Paul Gauthier,
|
By Paul Gauthier,
|
||||||
last updated
|
last updated
|
||||||
<!--[[[cog
|
<!--[[[cog
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue