DM commited on
Commit
aefb70e
·
1 Parent(s): 3a00b86

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +43 -16
index.html CHANGED
@@ -1,19 +1,46 @@
1
  <!DOCTYPE html>
2
  <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  </html>
 
1
  <!DOCTYPE html>
2
  <html>
3
+ <head>
4
+ <title>Веб-интерфейс для модели</title>
5
+
6
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
7
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
8
+ <script src="https://unpkg.com/@vkontakte/vk-bridge/dist/browser.min.js"></script>
9
+ <script type="text/javascript" src="https://vk.com/js/api/openapi.js?169"></script>
10
+
11
+ <style>
12
+ /* Ваш пользовательский CSS-код */
13
+ </style>
14
+ </head>
15
+ <body>
16
+
17
+ <script>
18
+ vkBridge.send('VKWebAppInit');
19
+ </script>
20
+
21
+
22
+ <iframe
23
+ src="https://dmitrymakik-vk.hf.space/"
24
+ frameborder="0"
25
+ width="100%"
26
+ height="550"
27
+ ></iframe>
28
+
29
+
30
+
31
+
32
+
33
+
34
+
35
+ <style>
36
+
37
+ .svelte-1lyswbr.svelte-1lyswbr.svelte-1lyswbr{
38
+ display:none;
39
+ }
40
+
41
+
42
+
43
+
44
+ </style>
45
+ </body>
46
  </html>