Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -281,10 +281,11 @@ def image_processing(image, filter_type):
|
|
281 |
|
282 |
return cv2.cvtColor(output, cv2.COLOR_BGR2RGB) if len(output.shape) == 3 else output
|
283 |
|
284 |
-
|
285 |
css = """
|
286 |
-
|
287 |
-
|
|
|
|
|
288 |
}
|
289 |
"""
|
290 |
|
|
|
281 |
|
282 |
return cv2.cvtColor(output, cv2.COLOR_BGR2RGB) if len(output.shape) == 3 else output
|
283 |
|
|
|
284 |
css = """
|
285 |
+
app-container {
|
286 |
+
max-width: 1200px;
|
287 |
+
margin-left: auto;
|
288 |
+
margin-right: auto;
|
289 |
}
|
290 |
"""
|
291 |
|