Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ class GradioInterface:
|
|
106 |
.gradio-container {
|
107 |
background-color: #e3f2fd !important;
|
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;
|
@@ -115,6 +115,7 @@ class GradioInterface:
|
|
115 |
background-color: rgba(255, 255, 255, 0.5);
|
116 |
background-blend-mode: overlay;
|
117 |
}
|
|
|
118 |
.container {
|
119 |
border: 2px solid #2196F3;
|
120 |
border-radius: 10px;
|
|
|
106 |
.gradio-container {
|
107 |
background-color: #e3f2fd !important;
|
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;
|
|
|
115 |
background-color: rgba(255, 255, 255, 0.5);
|
116 |
background-blend-mode: overlay;
|
117 |
}
|
118 |
+
*/
|
119 |
.container {
|
120 |
border: 2px solid #2196F3;
|
121 |
border-radius: 10px;
|