Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ def pipeline(image):
|
|
117 |
)
|
118 |
|
119 |
# --- GRADIO BLOCKS UI ---
|
120 |
-
|
121 |
/* background for entire app */
|
122 |
.gradio-container {
|
123 |
background-color: #f5f7fa !important;
|
|
|
117 |
)
|
118 |
|
119 |
# --- GRADIO BLOCKS UI ---
|
120 |
+
with gr.Blocks(css="""
|
121 |
/* background for entire app */
|
122 |
.gradio-container {
|
123 |
background-color: #f5f7fa !important;
|