lucifer7210 commited on
Commit
4315818
·
verified ·
1 Parent(s): 703d788

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -284,7 +284,7 @@ custom_css = """
284
  }
285
 
286
  .gradio-container {
287
- background: white !important;
288
  min-height: 100vh !important;
289
  }
290
 
@@ -317,7 +317,7 @@ custom_css = """
317
  border-radius: 15px !important;
318
  border: 2px blue solid ;
319
  overflow: hidden !important;
320
- box-shadow: 0 10px 30px rgba(0,0,0,0.5) !important;
321
  }
322
  """
323
 
 
284
  }
285
 
286
  .gradio-container {
287
+ background: aliceblue !important;
288
  min-height: 100vh !important;
289
  }
290
 
 
317
  border-radius: 15px !important;
318
  border: 2px blue solid ;
319
  overflow: hidden !important;
320
+ box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important;
321
  }
322
  """
323