Muennighoff commited on
Commit
faacaef
1 Parent(s): be2f77b

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -28,7 +28,7 @@
28
  </script>
29
  </head>
30
  <body>
31
- <iframe id="gradioIframe" width="100%" height="100%" style="border:none;">
32
  Your browser does not support iframes. Please click this <a id="gradioLink">url</a>.
33
  </iframe>
34
  </body>
 
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>