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