Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -20,11 +20,11 @@
|
|
20 |
<script src="https://cdn.jsdelivr.net/npm/showdown/dist/showdown.min.js"></script>
|
21 |
</head>
|
22 |
<body>
|
23 |
-
<div id="content"></div>
|
24 |
<div>
|
25 |
-
<p>This leaderboard will soon be deprecated. Please check our new dynamic leaderboard <a href="https://huggingface.co/spaces/vectara/leaderboard"here></p>
|
26 |
<br>
|
27 |
</div>
|
|
|
28 |
<script>
|
29 |
fetch('https://raw.githubusercontent.com/vectara/hallucination-leaderboard/main/README.md')
|
30 |
.then(response => response.text())
|
|
|
20 |
<script src="https://cdn.jsdelivr.net/npm/showdown/dist/showdown.min.js"></script>
|
21 |
</head>
|
22 |
<body>
|
|
|
23 |
<div>
|
24 |
+
<p>This leaderboard will soon be deprecated. Please check our new dynamic leaderboard <a href="https://huggingface.co/spaces/vectara/leaderboard"here></a>.</p>
|
25 |
<br>
|
26 |
</div>
|
27 |
+
<div id="content"></div>
|
28 |
<script>
|
29 |
fetch('https://raw.githubusercontent.com/vectara/hallucination-leaderboard/main/README.md')
|
30 |
.then(response => response.text())
|