DmitrMakeev commited on
Commit
1fa0c17
·
verified ·
1 Parent(s): 234d505

Update settings.html

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