Update index.html
Browse files- index.html +7 -2
index.html
CHANGED
@@ -21,8 +21,13 @@
|
|
21 |
</head>
|
22 |
<body>
|
23 |
<div>
|
24 |
-
<p>This leaderboard will soon be deprecated. Please check our new dynamic leaderboard
|
25 |
-
<
|
|
|
|
|
|
|
|
|
|
|
26 |
</div>
|
27 |
<div id="content"></div>
|
28 |
<script>
|
|
|
21 |
</head>
|
22 |
<body>
|
23 |
<div>
|
24 |
+
<p>This leaderboard will soon be deprecated. Please check our new dynamic leaderboard by clicking the button below.</p>
|
25 |
+
<button onclick="redirectToLeaderboard()">Go to New Leaderboard</button>
|
26 |
+
<script>
|
27 |
+
function redirectToLeaderboard() {
|
28 |
+
window.location.href = 'https://huggingface.co/spaces/vectara/leaderboard';
|
29 |
+
}
|
30 |
+
</script>
|
31 |
</div>
|
32 |
<div id="content"></div>
|
33 |
<script>
|