tanveeshsingh commited on
Commit
17b1de3
·
1 Parent(s): 9e9651a

Changes for color

Browse files
Files changed (1) hide show
  1. app.py +10 -10
app.py CHANGED
@@ -141,45 +141,45 @@ user: I need you to transfer some money."""
141
  import gradio as gr
142
  dark_css = """
143
  body {
144
- background-color: #0E0F11 !important;
145
  color: #f5f5f5 !important;
146
  }
147
  .gradio-app {
148
- background-color: #0E0F11 !important;
149
  color: #FFFFFF !important;
150
  }
151
  gradio-app {
152
- background-color: #0E0F11 !important;
153
  color: #FFFFFF !important;
154
  }
155
  .gradio-container {
156
- background-color: #0E0F11 !important;
157
  color: #FFFFFF !important;
158
  }
159
  .container {
160
- background-color: #1a1a1a !important;
161
  color: #FFFFFF !important;
162
  }
163
  .form {
164
- background-color: #1a1a1a !important;
165
  color: #FFFFFF !important;
166
  }
167
  .gap {
168
- background-color: #1a1a1a !important;
169
  color: #FFFFFF !important;
170
  }
171
  #orange-button{ background-color: #FFA500 !important; color: #000000}
172
 
173
  .block {
174
- background-color: #1a1a1a !important;
175
  color: #FFFFFF !important;
176
  }
177
  .wrap {
178
- background-color: #1a1a1a !important;
179
  color: #FFFFFF !important;
180
  }
181
  textarea, input, select {
182
- background-color: #1a1a1a !important;
183
  color: #f5f5f5 !important;
184
  border-color: #555555 !important;
185
  }
 
141
  import gradio as gr
142
  dark_css = """
143
  body {
144
+ background-color: #000000 !important;
145
  color: #f5f5f5 !important;
146
  }
147
  .gradio-app {
148
+ background-color: #000000 !important;
149
  color: #FFFFFF !important;
150
  }
151
  gradio-app {
152
+ background-color: #000000 !important;
153
  color: #FFFFFF !important;
154
  }
155
  .gradio-container {
156
+ background-color: #000000 !important;
157
  color: #FFFFFF !important;
158
  }
159
  .container {
160
+ background-color: #000000 !important;
161
  color: #FFFFFF !important;
162
  }
163
  .form {
164
+ background-color: #000000 !important;
165
  color: #FFFFFF !important;
166
  }
167
  .gap {
168
+ background-color: #000000 !important;
169
  color: #FFFFFF !important;
170
  }
171
  #orange-button{ background-color: #FFA500 !important; color: #000000}
172
 
173
  .block {
174
+ background-color: #000000 !important;
175
  color: #FFFFFF !important;
176
  }
177
  .wrap {
178
+ background-color: #000000 !important;
179
  color: #FFFFFF !important;
180
  }
181
  textarea, input, select {
182
+ background-color: #000000 !important;
183
  color: #f5f5f5 !important;
184
  border-color: #555555 !important;
185
  }