Skip to content

Commit

Permalink
Update leaderboard.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nwoyecid authored Jul 17, 2024
1 parent cfbbe97 commit c21072f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions leaderboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,20 +262,20 @@
<h1 align="center">Leaderboard</h1> <br />

<div class="toggle-switch" onclick="toggleDiv()">
<div id="toggle1" class="toggle-button">Internal Evaluation</div>
<div id="toggle2" class="toggle-button active">Global Evaluation</div>
<div id="toggle1" class="toggle-button active">Internal Evaluation</div>
<div id="toggle2" class="toggle-button">Global Evaluation</div>
</div>

</div>

<div class="toggle-div active" id="global">
<br /> <hr />
<iframe align="center" width="1200" height="1000" seamless frameborder="0" scrolling="no" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vSL6qw9cokBYoe_GbE21KeeXoo38EKnM-TI5fHaj1xJjxZEpUJR0UqMFsGHcwGnVJdeHGucle4vLaj9/pubchart?oid=302752031&amp;format=interactive"></iframe>
<div class="toggle-div" id="global">
<br /> <hr />
<iframe width="905" height="371" seamless frameborder="0" scrolling="no" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vR4v5xTrjIqKHdbrpb_-9Y6oVHQ8OTl8DMVk010JuAdBABfj0dB604OVdqPlaPbKDR8nKI3CFcdb-0N/pubchart?oid=732103762&amp;format=interactive"></iframe>
</div>

<div class="toggle-div" id="internal">
<div class="toggle-div active" id="internal">
<br /> <hr />
<iframe align="center" width="1200" height="1000" seamless frameborder="0" scrolling="no" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vR4v5xTrjIqKHdbrpb_-9Y6oVHQ8OTl8DMVk010JuAdBABfj0dB604OVdqPlaPbKDR8nKI3CFcdb-0N/pubchart?oid=1250847336&amp;format=interactive"></iframe>
<iframe align="center" width="1200" height="1000" seamless frameborder="0" scrolling="no" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vSL6qw9cokBYoe_GbE21KeeXoo38EKnM-TI5fHaj1xJjxZEpUJR0UqMFsGHcwGnVJdeHGucle4vLaj9/pubchart?oid=302752031&amp;format=interactive"></iframe>
</div>

<p>Not satisfied with your score? Can you beat the top score? Take the study again <a href="https://bit.ly/endgen" style="color:blue">here !</a> It is allowed...</p>
Expand Down

0 comments on commit c21072f

Please sign in to comment.