llamameta commited on
Commit
90115ce
·
verified ·
1 Parent(s): 59315c0

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +5 -1
index.html CHANGED
@@ -39,7 +39,11 @@
39
  </head>
40
  <body>
41
  <div id="loading">Please wait Memilih server optimal...</div>
42
- <iframe id="streamlit-frame" allow="clipboard-write"></iframe>
 
 
 
 
43
 
44
  <script>
45
  // Ganti ini dengan versi baru setiap kali Anda update link SERVERS (misalnya "v2", "v3", dll.)
 
39
  </head>
40
  <body>
41
  <div id="loading">Please wait Memilih server optimal...</div>
42
+ <iframe id="streamlit-frame"
43
+ allow="clipboard-write; clipboard-read; accelerometer; camera; encrypted-media; geolocation; gyroscope; microphone"
44
+ sandbox="allow-scripts allow-same-origin allow-forms allow-popups allow-popups-to-escape-sandbox allow-modals allow-pointer-lock"
45
+ style="width: 100%; height: 100%; border: none;">
46
+ </iframe>
47
 
48
  <script>
49
  // Ganti ini dengan versi baru setiap kali Anda update link SERVERS (misalnya "v2", "v3", dll.)