Update index.html
Browse files- index.html +3 -7
index.html
CHANGED
@@ -21,13 +21,9 @@
|
|
21 |
</head>
|
22 |
<body>
|
23 |
<div>
|
24 |
-
<p>This leaderboard will soon be deprecated. Please check our new dynamic leaderboard
|
25 |
-
<
|
26 |
-
|
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>
|
|
|
21 |
</head>
|
22 |
<body>
|
23 |
<div>
|
24 |
+
<p>This leaderboard will soon be deprecated. Please check our new dynamic leaderboard
|
25 |
+
<a href="https://huggingface.co/spaces/vectara/leaderboard" target="_blank">here</a>.
|
26 |
+
</p>
|
|
|
|
|
|
|
|
|
27 |
</div>
|
28 |
<div id="content"></div>
|
29 |
<script>
|