Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gmftbyGMFTBY authored Feb 23, 2024
1 parent e89d675 commit c653176
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,16 @@
}
}

.left-column {
float: left;
width: 25%;
}

.right-column {
float: right;
width: 75%;
}

</style>

<script type="text/javascript"></script>
Expand Down Expand Up @@ -562,7 +572,7 @@ <h2 style="text-align: center;">Data Generation Pipeline</h2>
<h2 style="text-align: center;">Result</h2>
<div class="flex-row-center">
<p>
You can find the newest leaderboard of our CriticBench <a href="./leaderboard.html">Here</a>.
You can find the newest <a href="./leaderboard_subjective.html">subjective</a> and <a href="./leaderboard_subjective.html">objective</a> leaderboards of our CriticBench.
</p>
<br>
</section>
Expand Down

0 comments on commit c653176

Please sign in to comment.