Yntec commited on
Commit
1f980d2
1 Parent(s): 3675b58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -59,6 +59,9 @@ with gr.Blocks(css=css) as myface:
59
  .text-gray-500 {
60
  color: #ffffff !important;
61
  }
 
 
 
62
  .gr-box {
63
  color: #000000 !important;
64
  background-image: linear-gradient(#563595, #6d43e4, #8150df) !important;
 
59
  .text-gray-500 {
60
  color: #ffffff !important;
61
  }
62
+ .text-gray-900 {
63
+ color: #ffd31e !important;
64
+ }
65
  .gr-box {
66
  color: #000000 !important;
67
  background-image: linear-gradient(#563595, #6d43e4, #8150df) !important;