Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -108,11 +108,11 @@ class GradioInterface:
|
|
108 |
}
|
109 |
*/
|
110 |
.gradio-container > div:first-child {
|
111 |
-
background-image: url('
|
112 |
background-size: cover;
|
113 |
background-position: center;
|
114 |
background-repeat: no-repeat;
|
115 |
-
background-color: rgba(255, 255, 255, 0.
|
116 |
background-blend-mode: overlay;
|
117 |
}
|
118 |
.container {
|
|
|
108 |
}
|
109 |
*/
|
110 |
.gradio-container > div:first-child {
|
111 |
+
background-image: url('https://huggingface.co/spaces/baconnier/prompt-plus-plus/resolve/main/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.5);
|
116 |
background-blend-mode: overlay;
|
117 |
}
|
118 |
.container {
|