Yntec commited on
Commit
2d772ca
1 Parent(s): 281443b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -6
app.py CHANGED
@@ -57,7 +57,11 @@ with gr.Blocks(css=css) as myface:
57
  font-family: 'IBM Plex Sans', sans-serif !important;
58
  }
59
  .text-gray-500 {
60
- color: #000000 !important;
 
 
 
 
61
  }
62
  </style>
63
  <body>
@@ -122,11 +126,6 @@ with gr.Blocks(css=css) as myface:
122
  padding: 6px 30px;
123
  }
124
 
125
- .gr-box {
126
- color: white !important;
127
- background-image: linear-gradient(#6d43e4, #8150df) !important;
128
- }
129
-
130
  .gr-button:active {
131
  font-size: 98% !important;
132
  border-top-color: #000000 !important;
 
57
  font-family: 'IBM Plex Sans', sans-serif !important;
58
  }
59
  .text-gray-500 {
60
+ color: #ffffff !important;
61
+ }
62
+ .gr-box {
63
+ color: #000000 !important;
64
+ background-image: linear-gradient(#6d43e4, #8150df) !important;
65
  }
66
  </style>
67
  <body>
 
126
  padding: 6px 30px;
127
  }
128
 
 
 
 
 
 
129
  .gr-button:active {
130
  font-size: 98% !important;
131
  border-top-color: #000000 !important;