Yntec commited on
Commit
cec7178
1 Parent(s): a5c2a66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -119,6 +119,11 @@ with gr.Blocks(css=css) as myface:
119
  padding: 6px 30px;
120
  }
121
 
 
 
 
 
 
122
  .gr-button:active {
123
  font-size: 98% !important;
124
  border-top-color: #000000 !important;
 
119
  padding: 6px 30px;
120
  }
121
 
122
+ .gr-box {
123
+ color: white !important;
124
+ background-image: linear-gradient(#6d43e4, #8150df) !important;
125
+ }
126
+
127
  .gr-button:active {
128
  font-size: 98% !important;
129
  border-top-color: #000000 !important;