Spaces:
Paused
Paused
Update static/index.html
Browse files- static/index.html +6 -0
static/index.html
CHANGED
|
@@ -19,6 +19,12 @@
|
|
| 19 |
border-radius: 20px;
|
| 20 |
border: 2.5px solid transparent;
|
| 21 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
|
| 24 |
#loadingSpinner {
|
|
|
|
| 19 |
border-radius: 20px;
|
| 20 |
border: 2.5px solid transparent;
|
| 21 |
}
|
| 22 |
+
#resultContainer img {
|
| 23 |
+
max-width: 100%;
|
| 24 |
+
max-height: 100%;
|
| 25 |
+
display: block;
|
| 26 |
+
margin: auto;
|
| 27 |
+
}
|
| 28 |
|
| 29 |
|
| 30 |
#loadingSpinner {
|