Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -156,14 +156,14 @@ demo = gr.ChatInterface(
156
  ),
157
  ],
158
  theme=gr.themes.Soft(primary_hue="indigo", secondary_hue="blue", neutral_hue="gray",font=[gr.themes.GoogleFont("Exo"), "ui-sans-serif", "system-ui", "sans-serif"]).set(
159
- body_background_fill_dark="#0f172a",
160
- block_background_fill_dark="#0f172a",
161
  block_border_width="1px",
162
  block_title_background_fill_dark="#070d1b",
163
- input_background_fill_dark="#0c1425",
164
- button_secondary_background_fill_dark="#070d1b",
165
  border_color_primary_dark="#21293b",
166
- background_fill_secondary_dark="#0f172a",
167
  color_accent_soft_dark="transparent"
168
  ),
169
  css=css,
 
156
  ),
157
  ],
158
  theme=gr.themes.Soft(primary_hue="indigo", secondary_hue="blue", neutral_hue="gray",font=[gr.themes.GoogleFont("Exo"), "ui-sans-serif", "system-ui", "sans-serif"]).set(
159
+ body_background_fill_dark="#0c0615",
160
+ block_background_fill_dark="#0c0615",
161
  block_border_width="1px",
162
  block_title_background_fill_dark="#070d1b",
163
+ input_background_fill_dark="#111827",
164
+ button_secondary_background_fill_dark="#111827",
165
  border_color_primary_dark="#21293b",
166
+ background_fill_secondary_dark="#0c0615",
167
  color_accent_soft_dark="transparent"
168
  ),
169
  css=css,