Spaces:
Running
Running
imseldrith
commited on
Commit
·
f450d79
1
Parent(s):
4cd087b
Update templates/index.html
Browse files- templates/index.html +3 -3
templates/index.html
CHANGED
@@ -83,6 +83,7 @@
|
|
83 |
color: #ff3366;
|
84 |
}
|
85 |
</style>
|
|
|
86 |
</head>
|
87 |
<body>
|
88 |
<div class="container">
|
@@ -95,8 +96,7 @@
|
|
95 |
<div class="mb-3">
|
96 |
<label for="style" class="form-label">Choose Style:</label>
|
97 |
<select id="style" name="style" class="form-select">
|
98 |
-
<option value="IMAGINE_V4_Beta">IMAGINE_V4_Beta</option>
|
99 |
-
<option value="IMAGINE_V3">IMAGINE_V3</option>
|
100 |
<option value="IMAGINE_V1">IMAGINE_V1</option>
|
101 |
<option value="ANIME_V2">ANIME_V2</option>
|
102 |
<option value="PORTRAIT">PORTRAIT</option>
|
@@ -187,4 +187,4 @@
|
|
187 |
|
188 |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
|
189 |
</body>
|
190 |
-
</html>
|
|
|
83 |
color: #ff3366;
|
84 |
}
|
85 |
</style>
|
86 |
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"> <!-- Added Font Awesome CDN -->
|
87 |
</head>
|
88 |
<body>
|
89 |
<div class="container">
|
|
|
96 |
<div class="mb-3">
|
97 |
<label for="style" class="form-label">Choose Style:</label>
|
98 |
<select id="style" name="style" class="form-select">
|
99 |
+
<option value="IMAGINE_V4_Beta">IMAGINE_V4_Beta</option> <option value="IMAGINE_V3">IMAGINE_V3</option>
|
|
|
100 |
<option value="IMAGINE_V1">IMAGINE_V1</option>
|
101 |
<option value="ANIME_V2">ANIME_V2</option>
|
102 |
<option value="PORTRAIT">PORTRAIT</option>
|
|
|
187 |
|
188 |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
|
189 |
</body>
|
190 |
+
</html>
|