ofermend commited on
Commit
51aad3f
·
verified ·
1 Parent(s): 6f0a04d

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +7 -2
index.html CHANGED
@@ -21,8 +21,13 @@
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" rel="noreferrer">here</a>.</p>
25
- <br>
 
 
 
 
 
26
  </div>
27
  <div id="content"></div>
28
  <script>
 
21
  </head>
22
  <body>
23
  <div>
24
+ <p>This leaderboard will soon be deprecated. Please check our new dynamic leaderboard by clicking the button below.</p>
25
+ <button onclick="redirectToLeaderboard()">Go to New Leaderboard</button>
26
+ <script>
27
+ function redirectToLeaderboard() {
28
+ window.location.href = 'https://huggingface.co/spaces/vectara/leaderboard';
29
+ }
30
+ </script>
31
  </div>
32
  <div id="content"></div>
33
  <script>