nsfwalex commited on
Commit
5a4524e
โ€ข
1 Parent(s): 4ada7ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -86,11 +86,11 @@ examples = [
86
 
87
  css = """
88
  body {
89
- background-color: rgb(17, 24, 39);
90
  color: white;
91
  }
92
  .gradio-container {
93
- background-color: rgb(17, 24, 39) !important;
94
  border: none !important;
95
  }
96
  #example_img .hide-container{
 
86
 
87
  css = """
88
  body {
89
+ background-color: rgb(3, 7, 18);
90
  color: white;
91
  }
92
  .gradio-container {
93
+ background-color: rgb(3, 7, 18) !important;
94
  border: none !important;
95
  }
96
  #example_img .hide-container{