Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -283,12 +283,14 @@ def image_processing(image, filter_type):
|
|
283 |
|
284 |
|
285 |
css = """
|
286 |
-
|
287 |
max-width: 1200px;
|
288 |
margin-left: auto;
|
289 |
margin-right: auto;
|
290 |
}
|
291 |
-
|
|
|
|
|
292 |
"""
|
293 |
|
294 |
# Gradio interface
|
|
|
283 |
|
284 |
|
285 |
css = """
|
286 |
+
app-container {
|
287 |
max-width: 1200px;
|
288 |
margin-left: auto;
|
289 |
margin-right: auto;
|
290 |
}
|
291 |
+
.gradio-container {
|
292 |
+
background: url(https://upload.wikimedia.org/wikipedia/commons/4/49/Abstract_-_Coconut_Leaf_%28Imagicity_186%29.jpg)
|
293 |
+
}
|
294 |
"""
|
295 |
|
296 |
# Gradio interface
|