Skip to content

Commit

Permalink
deploy: 9875d94
Browse files Browse the repository at this point in the history
  • Loading branch information
LiesIsLeuk committed Dec 27, 2023
1 parent 3dd1b27 commit 673a6ee
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions task1/leaderboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h2>leaderboard</h2>
<script src="https://exporl.github.io/auditory-eeg-challenge-2024/js/vendor.min.736ee54e3a51f67df2161c29034041adf68cf9bbf8413bfbb7a3e8bb1d631150.js"></script>

<div style="width: 100%;height: 600px;margin: 0 auto">
<canvas id="1546d88eb44df5ad4dccccccb8fec2fa"></canvas>
<canvas id="b4b1d4ffdc58c4d8cafc64aeec52dc8c"></canvas>
</div>

<div id="container" style="width: 100%;height: 600px;margin: 0 auto">
Expand Down Expand Up @@ -147,7 +147,7 @@ <h3>
console.log(withinResults);


var ctx = document.getElementById('1546d88eb44df5ad4dccccccb8fec2fa').getContext('2d');
var ctx = document.getElementById('b4b1d4ffdc58c4d8cafc64aeec52dc8c').getContext('2d');
var options = {
type: 'bar',
data: {
Expand Down
Loading

0 comments on commit 673a6ee

Please sign in to comment.