Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -107,6 +107,14 @@ class GradioInterface:
|
|
107 |
background-color: #e3f2fd !important;
|
108 |
}
|
109 |
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
110 |
.container {
|
111 |
border: 2px solid #2196F3;
|
112 |
border-radius: 10px;
|
|
|
107 |
background-color: #e3f2fd !important;
|
108 |
}
|
109 |
*/
|
110 |
+
.gradio-container > div:first-child {
|
111 |
+
background-image: url('file=prompt_plus_plus.jpg');
|
112 |
+
background-size: cover;
|
113 |
+
background-position: center;
|
114 |
+
background-repeat: no-repeat;
|
115 |
+
background-color: rgba(255, 255, 255, 0.25);
|
116 |
+
background-blend-mode: overlay;
|
117 |
+
}
|
118 |
.container {
|
119 |
border: 2px solid #2196F3;
|
120 |
border-radius: 10px;
|