mkaramb commited on
Commit
58dc438
·
verified ·
1 Parent(s): 142e267

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -177,8 +177,11 @@ def process_images(uploaded_file):
177
 
178
  css = """
179
  body { font-family: Arial, sans-serif; }
180
- .input-container { width: 95%; margin: auto; }
181
- .output-container { width: 95%; margin: auto; }
 
 
 
182
  """
183
 
184
  interface = gr.Interface(
 
177
 
178
  css = """
179
  body { font-family: Arial, sans-serif; }
180
+ .input-container, .output-container {
181
+ width: 95%;
182
+ margin: 10px auto 20px; /* centers the containers and adds vertical spacing */
183
+ display: block; /* ensures containers are treated as block elements */
184
+ }
185
  """
186
 
187
  interface = gr.Interface(