Spaces:
Paused
Paused
Update static/index.html
Browse files- static/index.html +2 -2
static/index.html
CHANGED
|
@@ -280,7 +280,7 @@ input[type="number"]#best_max_flavors:focus {
|
|
| 280 |
#loadingSpinner {
|
| 281 |
border: 3px solid rgba(255, 255, 255, 0.3);
|
| 282 |
border-radius: 50%;
|
| 283 |
-
border-top:
|
| 284 |
width: 20px;
|
| 285 |
height: 20px;
|
| 286 |
animation: spin 2s linear infinite;
|
|
@@ -342,7 +342,7 @@ input[type="number"]#best_max_flavors:focus {
|
|
| 342 |
</select><br>
|
| 343 |
|
| 344 |
|
| 345 |
-
<label for="best_max_flavors">
|
| 346 |
<input type="number" id="best_max_flavors" value="4" min="2" max="24">
|
| 347 |
<br>
|
| 348 |
<button type="button" onclick="uploadImage()">Generate Prompt </button>
|
|
|
|
| 280 |
#loadingSpinner {
|
| 281 |
border: 3px solid rgba(255, 255, 255, 0.3);
|
| 282 |
border-radius: 50%;
|
| 283 |
+
border-top: 3px solid #ffffff;
|
| 284 |
width: 20px;
|
| 285 |
height: 20px;
|
| 286 |
animation: spin 2s linear infinite;
|
|
|
|
| 342 |
</select><br>
|
| 343 |
|
| 344 |
|
| 345 |
+
<label for="best_max_flavors">Max Flavors:</label>
|
| 346 |
<input type="number" id="best_max_flavors" value="4" min="2" max="24">
|
| 347 |
<br>
|
| 348 |
<button type="button" onclick="uploadImage()">Generate Prompt </button>
|