Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
<script type="text/javascript">
|
17 |
const { useState, useEffect } = React;
|
18 |
|
19 |
-
const INTRO_VIDEO_DATASET = "https://huggingface.co/api/datasets/
|
20 |
|
21 |
/* Extract rank & team from filename "<rank>-<team>-... .mp4" */
|
22 |
function parseRankTeam(path) {
|
|
|
16 |
<script type="text/javascript">
|
17 |
const { useState, useEffect } = React;
|
18 |
|
19 |
+
const INTRO_VIDEO_DATASET = "https://huggingface.co/api/datasets/imstevenpmwork/hackaton_closure";
|
20 |
|
21 |
/* Extract rank & team from filename "<rank>-<team>-... .mp4" */
|
22 |
function parseRankTeam(path) {
|