neerajkalyank commited on
Commit
4bbf5a1
·
verified ·
1 Parent(s): 6b97577

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -170,11 +170,11 @@ body {
170
 
171
  textarea {
172
  font-size: 14px;
173
- color: #333;
174
  }
175
 
176
  .gr-button {
177
- color: #fff;
178
  border: none;
179
  border-radius: 5px;
180
  padding: 10px 20px;
@@ -187,19 +187,19 @@ textarea {
187
  }
188
 
189
  .gr-tab {
190
- background-color: rgba(34, 34, 34, 0.8); /* Semi-transparent to see the background */
191
  border-radius: 8px;
192
  }
193
 
194
  h1, h2, h3, h4, h5, h6 {
195
- color: #282bd1;
196
  }
197
 
198
  #billing_output {
199
- background-color: #444;
200
  padding: 15px;
201
  border-radius: 5px;
202
- color: #fff;
203
  }
204
  """
205
 
 
170
 
171
  textarea {
172
  font-size: 14px;
173
+ color: #121111;
174
  }
175
 
176
  .gr-button {
177
+ color: #14d10a;
178
  border: none;
179
  border-radius: 5px;
180
  padding: 10px 20px;
 
187
  }
188
 
189
  .gr-tab {
190
+ background-color: rgba(34, 34, 34, 0); /* Fully transparent */
191
  border-radius: 8px;
192
  }
193
 
194
  h1, h2, h3, h4, h5, h6 {
195
+ color: #de14de;
196
  }
197
 
198
  #billing_output {
199
+ background-color: #b0c91e;
200
  padding: 15px;
201
  border-radius: 5px;
202
+ color: #272dd9;
203
  }
204
  """
205