DigiP-AI commited on
Commit
24eca0c
·
verified ·
1 Parent(s): 48a75fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
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
- .gradio-container {
287
- background: url(https://upload.wikimedia.org/wikipedia/commons/4/49/Abstract_-_Coconut_Leaf_%28Imagicity_186%29.jpg)
 
 
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