maringetxway commited on
Commit
14da5ce
·
verified ·
1 Parent(s): adf58fc

Update index.html

Browse files
Files changed (1) hide show
  1. 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 = "imstevenpmwork/hackaton_closure/";
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 = "imstevenpmwork/hackaton_closure";
20
 
21
  /* Extract rank & team from filename "<rank>-<team>-....mp4" */
22
  function parseRankTeam(path) {