Nifemi Alpine Durin commited on
Commit
e46071a
·
1 Parent(s): 3a649e5
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -215,13 +215,13 @@ function js() {{
215
  # Custom CSS for dark background
216
  css = """
217
  body {
218
- background-color: #111827 !important;
219
  }
220
  .dark {
221
- background-color: #111827 !important;
222
  }
223
  .gradio-container {
224
- background-color: #111827 !important;
225
  }
226
  """
227
 
 
215
  # Custom CSS for dark background
216
  css = """
217
  body {
218
+ background-color: #080e1a !important;
219
  }
220
  .dark {
221
+ background-color: #080e1a !important;
222
  }
223
  .gradio-container {
224
+ background-color: #080e1a !important;
225
  }
226
  """
227