happy8825 commited on
Commit
78c3ef0
·
verified ·
1 Parent(s): 8fb3464

Update arXiv paper link

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. index.html +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ HTML = """
62
  <div class="actions">
63
  <a class="button primary" href="https://github.com/mlvlab/VideoSearch-R1" target="_blank" rel="noreferrer">GitHub Repository</a>
64
  <a class="button" href="https://mlvlab.github.io/VideoSearch-R1/" target="_blank" rel="noreferrer">Project Page</a>
65
- <span class="button muted">Arxiv Coming Soon</span>
66
  </div>
67
  </main>
68
  """
 
62
  <div class="actions">
63
  <a class="button primary" href="https://github.com/mlvlab/VideoSearch-R1" target="_blank" rel="noreferrer">GitHub Repository</a>
64
  <a class="button" href="https://mlvlab.github.io/VideoSearch-R1/" target="_blank" rel="noreferrer">Project Page</a>
65
+ <a class="button" href="https://arxiv.org/abs/2607.00446" target="_blank" rel="noreferrer">Paper</a>
66
  </div>
67
  </main>
68
  """
index.html CHANGED
@@ -25,7 +25,7 @@
25
  <div class="actions">
26
  <a class="button primary" href="https://github.com/mlvlab/VideoSearch-R1">GitHub Repository</a>
27
  <a class="button" href="https://mlvlab.github.io/VideoSearch-R1/">Project Page</a>
28
- <span class="button muted">Arxiv Coming Soon</span>
29
  </div>
30
  </main>
31
  </body>
 
25
  <div class="actions">
26
  <a class="button primary" href="https://github.com/mlvlab/VideoSearch-R1">GitHub Repository</a>
27
  <a class="button" href="https://mlvlab.github.io/VideoSearch-R1/">Project Page</a>
28
+ <a class="button" href="https://arxiv.org/abs/2607.00446" target="_blank" rel="noreferrer">Paper</a>
29
  </div>
30
  </main>
31
  </body>