pabl-o-ce commited on
Commit
a5c8a93
1 Parent(s): d9528c3
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -37,7 +37,7 @@ css = """
37
  background: #1e1c26 !important;
38
  }
39
  .dark.assistant.dark, .dark.pending.dark {
40
- background: #16141c !important;
41
  }
42
  """
43
 
@@ -159,14 +159,14 @@ demo = gr.ChatInterface(
159
  ),
160
  ],
161
  theme=gr.themes.Soft(primary_hue="violet", secondary_hue="violet", neutral_hue="gray",font=[gr.themes.GoogleFont("Exo"), "ui-sans-serif", "system-ui", "sans-serif"]).set(
162
- body_background_fill_dark="#16141c",
163
- block_background_fill_dark="#16141c",
164
  block_border_width="1px",
165
  block_title_background_fill_dark="#1e1c26",
166
  input_background_fill_dark="#292733",
167
  button_secondary_background_fill_dark="#24212b",
168
  border_color_primary_dark="#343140",
169
- background_fill_secondary_dark="#16141c",
170
  color_accent_soft_dark="transparent"
171
  ),
172
  css=css,
 
37
  background: #1e1c26 !important;
38
  }
39
  .dark.assistant.dark, .dark.pending.dark {
40
+ background: #111111 !important;
41
  }
42
  """
43
 
 
159
  ),
160
  ],
161
  theme=gr.themes.Soft(primary_hue="violet", secondary_hue="violet", neutral_hue="gray",font=[gr.themes.GoogleFont("Exo"), "ui-sans-serif", "system-ui", "sans-serif"]).set(
162
+ body_background_fill_dark="#111111",
163
+ block_background_fill_dark="#111111",
164
  block_border_width="1px",
165
  block_title_background_fill_dark="#1e1c26",
166
  input_background_fill_dark="#292733",
167
  button_secondary_background_fill_dark="#24212b",
168
  border_color_primary_dark="#343140",
169
+ background_fill_secondary_dark="#111111",
170
  color_accent_soft_dark="transparent"
171
  ),
172
  css=css,