Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
<body>
|
23 |
<div id="content"></div>
|
24 |
<script>
|
25 |
-
fetch('https://
|
26 |
.then(response => response.text())
|
27 |
.then(text => {
|
28 |
var converter = new showdown.Converter({tables: true});
|
|
|
22 |
<body>
|
23 |
<div id="content"></div>
|
24 |
<script>
|
25 |
+
fetch('https://raw.githubusercontent.com/vectara/hallucination-leaderboard/main/README.md')
|
26 |
.then(response => response.text())
|
27 |
.then(text => {
|
28 |
var converter = new showdown.Converter({tables: true});
|