Yntec commited on
Commit
ffa103b
1 Parent(s): 0d0cb13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -59,6 +59,8 @@ with gr.Blocks(css=css) as myface:
59
  }
60
  .gr-box {
61
  color: #ffffff !important;
 
 
62
  background-image: linear-gradient(#1e1e2e, #24273a, #303446) !important;
63
  border-top-color: #000000 !important;
64
  border-right-color: #ffffff !important;
 
59
  }
60
  .gr-box {
61
  color: #ffffff !important;
62
+ .gr-box {
63
+ background-color: rgb(48 52 70 / var(--tw-bg-opacity)) !important;
64
  background-image: linear-gradient(#1e1e2e, #24273a, #303446) !important;
65
  border-top-color: #000000 !important;
66
  border-right-color: #ffffff !important;