Spaces:
Running
Running
Update settings.html
Browse files- settings.html +2 -1
settings.html
CHANGED
|
@@ -5,8 +5,9 @@
|
|
| 5 |
<meta name="viewport" content="width=device-width" />
|
| 6 |
<link rel="icon" type="image/ico" href="https://huggingface.co/spaces/igs-img/stor/resolve/main/list.ico">
|
| 7 |
<title>My static Space</title>
|
| 8 |
-
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
|
| 9 |
|
|
|
|
| 10 |
|
| 11 |
<style>
|
| 12 |
input[type="number"]::-webkit-inner-spin-button,
|
|
|
|
| 5 |
<meta name="viewport" content="width=device-width" />
|
| 6 |
<link rel="icon" type="image/ico" href="https://huggingface.co/spaces/igs-img/stor/resolve/main/list.ico">
|
| 7 |
<title>My static Space</title>
|
| 8 |
+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
|
| 9 |
|
| 10 |
+
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
| 11 |
|
| 12 |
<style>
|
| 13 |
input[type="number"]::-webkit-inner-spin-button,
|