Spaces:
Runtime error
Runtime error
update style.css
Browse files
style.css
CHANGED
@@ -9,8 +9,15 @@ h1 {
|
|
9 |
|
10 |
.gradio-container {
|
11 |
font-family: 'IBM Plex Sans', sans-serif;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
}
|
13 |
-
|
14 |
|
15 |
input[type='range'] {
|
16 |
accent-color: black;
|
|
|
9 |
|
10 |
.gradio-container {
|
11 |
font-family: 'IBM Plex Sans', sans-serif;
|
12 |
+
width: 85% !important
|
13 |
+
}
|
14 |
+
|
15 |
+
.gr-image img {
|
16 |
+
max-width: 50%;
|
17 |
+
max-height: 50%;
|
18 |
+
height: auto;
|
19 |
+
width: auto;
|
20 |
}
|
|
|
21 |
|
22 |
input[type='range'] {
|
23 |
accent-color: black;
|