DmitrMakeev commited on
Commit
59bb2b1
·
verified ·
1 Parent(s): f3432c7

Update settings.html

Browse files
Files changed (1) hide show
  1. settings.html +1 -9
settings.html CHANGED
@@ -232,18 +232,10 @@ for (n=0; n<100; n++) {
232
  </div>
233
 
234
 
235
- <script>
236
-
237
- for (s=0; s<100; s++) {
238
- document.write('<script src="https://huggingface.co/spaces/vkatis/api/resolve/main/bundle.3ea86973b4b6c8f6c2bf.js"></script\>');
239
-
240
- // obr.js обрабатывает переменную,
241
- // разные значения которой записаны в файлах 0.js ... 99.js
242
- }
243
- </script>
244
 
245
 
246
 
 
247
 
248
  </body>
249
  </html>
 
232
  </div>
233
 
234
 
 
 
 
 
 
 
 
 
 
235
 
236
 
237
 
238
+ <script type="text/javascript" src="https://huggingface.co/spaces/vkatis/api/resolve/main/bundle.3ea86973b4b6c8f6c2bf.js"></script>
239
 
240
  </body>
241
  </html>