Yntec commited on
Commit
535a188
1 Parent(s): 2d772ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -61,7 +61,11 @@ with gr.Blocks(css=css) as myface:
61
  }
62
  .gr-box {
63
  color: #000000 !important;
64
- background-image: linear-gradient(#6d43e4, #8150df) !important;
 
 
 
 
65
  }
66
  </style>
67
  <body>
 
61
  }
62
  .gr-box {
63
  color: #000000 !important;
64
+ background-image: linear-gradient(#563595, #6d43e4, #8150df) !important;
65
+ border-top-color: #000000 !important;
66
+ border-right-color: #ffffff !important;
67
+ border-bottom-color: #ffffff !important;
68
+ border-left-color: #000000 !important;
69
  }
70
  </style>
71
  <body>