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 d884e45 commit dc08637
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions leaderboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@

.toggle-div {
position: relative;
width: 80%;
width: 92%;
display: none;
font-family: Arial, sans-serif;
}
Expand Down Expand Up @@ -288,19 +288,19 @@
<h1 align="center">Leaderboard</h1> <br />

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

</div>

<div class="toggle-div" id="internal"><br /><hr />
<div class="toggle-div" id="internal">
<br /><hr />
<iframe width="1160" height="400" seamless frameborder="0" scrolling="no" onload='javascript:(function(o){o.style.height=o.contentWindow.document.body.scrollHeight+"px";}(this));' src="https://docs.google.com/spreadsheets/d/e/2PACX-1vR4v5xTrjIqKHdbrpb_-9Y6oVHQ8OTl8DMVk010JuAdBABfj0dB604OVdqPlaPbKDR8nKI3CFcdb-0N/pubchart?oid=1250847336&amp;format=interactive"></iframe>
</div>

<div class="toggle-div active" id="global">
<br /> <hr />

<br /> <hr />
<iframe align="center" width="1159" height="1220" seamless frameborder="0" scrolling="no" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vSL6qw9cokBYoe_GbE21KeeXoo38EKnM-TI5fHaj1xJjxZEpUJR0UqMFsGHcwGnVJdeHGucle4vLaj9/pubchart?oid=302752031&amp;format=interactive"></iframe>

<!--<iframe class="responsive-iframe-container" align="center" seamless frameborder="0" scrolling="no" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vSL6qw9cokBYoe_GbE21KeeXoo38EKnM-TI5fHaj1xJjxZEpUJR0UqMFsGHcwGnVJdeHGucle4vLaj9/pubchart?oid=302752031&amp;format=interactive"></iframe>-->
Expand Down

0 comments on commit dc08637

Please sign in to comment.