Update style.css
Browse files
style.css
CHANGED
|
@@ -1,11 +1,12 @@
|
|
| 1 |
/* --- Target the Gradio app wrapper for backgrounds --- */
|
|
|
|
| 2 |
gradio-app,
|
| 3 |
.gradio-app,
|
| 4 |
.main,
|
| 5 |
#app,
|
| 6 |
[data-testid="app"] {
|
| 7 |
background-color: rgb(40,9,109) !important;
|
| 8 |
-
background-image: url(
|
| 9 |
background-position: center top !important;
|
| 10 |
background-repeat: no-repeat !important;
|
| 11 |
background-size: cover !important;
|
|
|
|
| 1 |
/* --- Target the Gradio app wrapper for backgrounds --- */
|
| 2 |
+
|
| 3 |
gradio-app,
|
| 4 |
.gradio-app,
|
| 5 |
.main,
|
| 6 |
#app,
|
| 7 |
[data-testid="app"] {
|
| 8 |
background-color: rgb(40,9,109) !important;
|
| 9 |
+
background-image: url("/file=Python_R.jpg") !important;
|
| 10 |
background-position: center top !important;
|
| 11 |
background-repeat: no-repeat !important;
|
| 12 |
background-size: cover !important;
|