Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -1
index.html
CHANGED
|
@@ -3,6 +3,7 @@
|
|
| 3 |
|
| 4 |
<head>
|
| 5 |
<meta charset="UTF-8" />
|
|
|
|
| 6 |
<link rel="stylesheet" href="style.css" />
|
| 7 |
|
| 8 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
@@ -58,7 +59,7 @@
|
|
| 58 |
</label>
|
| 59 |
<label id="status">Loading model...</label>
|
| 60 |
<input id="upload" type="file" accept="image/*" />
|
| 61 |
-
|
| 62 |
<script src="index.js" type="module"></script>
|
| 63 |
</body>
|
| 64 |
|
|
|
|
| 3 |
|
| 4 |
<head>
|
| 5 |
<meta charset="UTF-8" />
|
| 6 |
+
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
|
| 7 |
<link rel="stylesheet" href="style.css" />
|
| 8 |
|
| 9 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
| 59 |
</label>
|
| 60 |
<label id="status">Loading model...</label>
|
| 61 |
<input id="upload" type="file" accept="image/*" />
|
| 62 |
+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
|
| 63 |
<script src="index.js" type="module"></script>
|
| 64 |
</body>
|
| 65 |
|