kwabs22 commited on
Commit
87e8df9
1 Parent(s): 54855ed

Existing vs Bundled

Browse files
Files changed (1) hide show
  1. index.html +4 -2
index.html CHANGED
@@ -7,8 +7,6 @@
7
  <link rel="stylesheet" type="text/css" href="bundle.css" />
8
  </head>
9
  <body>
10
- <script src="bundle.js"></script>
11
-
12
  <div class="card" style="max-width: 620px; margin: 0 auto; padding: 16px; border: 1px solid lightgray; border-radius: 16px;">
13
  <h1>Welcome to your static Space!</h1>
14
  <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
@@ -17,5 +15,9 @@
17
  <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
18
  </p>
19
  </div>
 
 
 
 
20
  </body>
21
  </html>
 
7
  <link rel="stylesheet" type="text/css" href="bundle.css" />
8
  </head>
9
  <body>
 
 
10
  <div class="card" style="max-width: 620px; margin: 0 auto; padding: 16px; border: 1px solid lightgray; border-radius: 16px;">
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>
 
15
  <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
  </p>
17
  </div>
18
+
19
+
20
+ <script src="bundle.js"></script>
21
+
22
  </body>
23
  </html>