ofermend commited on
Commit
4e86e77
1 Parent(s): 51aad3f

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -7
index.html CHANGED
@@ -21,13 +21,9 @@
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>
 
21
  </head>
22
  <body>
23
  <div>
24
+ <p>This leaderboard will soon be deprecated. Please check our new dynamic leaderboard
25
+ <a href="https://huggingface.co/spaces/vectara/leaderboard" target="_blank">here</a>.
26
+ </p>
 
 
 
 
27
  </div>
28
  <div id="content"></div>
29
  <script>