Spaces:
Build error
Build error
feat: change background
Browse files
app.py
CHANGED
|
@@ -25,14 +25,15 @@ examples = [
|
|
| 25 |
|
| 26 |
css = """
|
| 27 |
body {
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
background-image: url('https://lh3.googleusercontent.com/d/1c4-K7_jQ4Yz_Jl_nqe2cf3IHC0OqmE5v');
|
| 29 |
background-repeat: no-repeat;
|
| 30 |
background-attachment: fixed;
|
| 31 |
background-position: center;
|
| 32 |
-
|
| 33 |
-
}
|
| 34 |
-
.gradio-container {
|
| 35 |
-
background: transparent !important;
|
| 36 |
}
|
| 37 |
#col-container {
|
| 38 |
margin: 0 auto;
|
|
|
|
| 25 |
|
| 26 |
css = """
|
| 27 |
body {
|
| 28 |
+
background: linear-gradient(135deg, #f9e2e6 0%, #e8f3fc 50%, #e2f9f2 100%);
|
| 29 |
+
min-height: 100vh;
|
| 30 |
+
}
|
| 31 |
+
.gradio-container {
|
| 32 |
background-image: url('https://lh3.googleusercontent.com/d/1c4-K7_jQ4Yz_Jl_nqe2cf3IHC0OqmE5v');
|
| 33 |
background-repeat: no-repeat;
|
| 34 |
background-attachment: fixed;
|
| 35 |
background-position: center;
|
| 36 |
+
background-size: cover;
|
|
|
|
|
|
|
|
|
|
| 37 |
}
|
| 38 |
#col-container {
|
| 39 |
margin: 0 auto;
|