Spaces:
Sleeping
Sleeping
Update ui/styles.css
Browse files- ui/styles.css +2 -2
ui/styles.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
/* style.css */
|
| 2 |
|
| 3 |
html, body, #root,
|
| 4 |
-
.gradio-container, .app, .gradio-page, .gradio-interface {
|
| 5 |
-
background: #ffffff !important; /* change to transparent if desired */
|
| 6 |
}
|
| 7 |
|
| 8 |
|
|
|
|
| 1 |
/* style.css */
|
| 2 |
|
| 3 |
html, body, #root,
|
| 4 |
+
.gradio-container, .app, .gradio-page, .gradio-interface, gr-group {
|
| 5 |
+
background-color: #ffffff !important; /* change to transparent if desired */
|
| 6 |
}
|
| 7 |
|
| 8 |
|