Muennighoff commited on
Commit
ed46630
·
verified ·
1 Parent(s): 2491233

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +6 -6
index.html CHANGED
@@ -17,20 +17,20 @@
17
  border: none;
18
  }
19
  </style>
20
- <!-- <script>
21
  document.addEventListener("DOMContentLoaded", function() {
22
- var gradioURL = "https://b596c30a6c9e2ae982.gradio.live";
23
  var iframe = document.getElementById("gradioIframe");
24
  var link = document.getElementById("gradioLink");
25
  if (iframe) iframe.src = gradioURL;
26
  if (link) link.href = gradioURL;
27
  });
28
- </script> -->
29
  </head>
30
  <body>
31
- The arena is temporarily unavailable. If someone can offer 2 H100 GPUs, we can bring it back up. Thanks!
32
- <!-- <iframe id="gradioIframe" width="100%" height="100%" style="border:none;" allow="clipboard-write" sandbox="allow-scripts allow-same-origin allow-popups">
33
  Your browser does not support iframes. Please click this <a id="gradioLink">url</a>.
34
- </iframe> -->
35
  </body>
36
  </html>
 
17
  border: none;
18
  }
19
  </style>
20
+ <script>
21
  document.addEventListener("DOMContentLoaded", function() {
22
+ var gradioURL = "https://b41e082c4fd6392e7a.gradio.live";
23
  var iframe = document.getElementById("gradioIframe");
24
  var link = document.getElementById("gradioLink");
25
  if (iframe) iframe.src = gradioURL;
26
  if (link) link.href = gradioURL;
27
  });
28
+ </script>
29
  </head>
30
  <body>
31
+ <!-- The arena is temporarily unavailable. If someone can offer 2 H100 GPUs, we can bring it back up. Thanks! -->
32
+ <iframe id="gradioIframe" width="100%" height="100%" style="border:none;" allow="clipboard-write" sandbox="allow-scripts allow-same-origin allow-popups">
33
  Your browser does not support iframes. Please click this <a id="gradioLink">url</a>.
34
+ </iframe>
35
  </body>
36
  </html>