Skip to content

Commit

Permalink
copy
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Dec 10, 2024
1 parent 58b1409 commit 4d1a2e8
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion aider/website/_includes/edit-leaderboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ document.addEventListener('DOMContentLoaded', function () {
const redDiagonalPattern = pattern.draw('diagonal', 'rgba(255, 99, 132, 0.2)');
let displayedData = [];

const HIGHTLIGHT_MODEL = 'no no no';
const HIGHTLIGHT_MODEL = 'whole';
var leaderboardData = {
labels: [],
datasets: [{
Expand Down
Loading

0 comments on commit 4d1a2e8

Please sign in to comment.