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

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +5 -4
index.html CHANGED
@@ -17,7 +17,7 @@
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");
@@ -25,11 +25,12 @@
25
  if (iframe) iframe.src = gradioURL;
26
  if (link) link.href = gradioURL;
27
  });
28
- </script>
29
  </head>
30
  <body>
31
- <iframe id="gradioIframe" width="100%" height="100%" style="border:none;" allow="clipboard-write" sandbox="allow-scripts allow-same-origin allow-popups">
 
32
  Your browser does not support iframes. Please click this <a id="gradioLink">url</a>.
33
- </iframe>
34
  </body>
35
  </html>
 
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");
 
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>