Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -283,7 +283,9 @@ def image_processing(image, filter_type):
|
|
283 |
|
284 |
|
285 |
css = """
|
286 |
-
|
|
|
|
|
287 |
"""
|
288 |
|
289 |
# Gradio interface
|
|
|
283 |
|
284 |
|
285 |
css = """
|
286 |
+
.gradio-container {
|
287 |
+
background: url(https://upload.wikimedia.org/wikipedia/commons/4/49/Abstract_-_Coconut_Leaf_%28Imagicity_186%29.jpg)
|
288 |
+
}
|
289 |
"""
|
290 |
|
291 |
# Gradio interface
|