Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -99,9 +99,9 @@ demo = gr.ChatInterface(
|
|
99 |
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(
|
100 |
body_background_fill_dark="#0f172a",
|
101 |
block_background_fill_dark="#0f172a",
|
102 |
-
block_title_background_fill_dark="#
|
103 |
input_background_fill_dark="#0c1425",
|
104 |
-
button_secondary_background_fill_dark="#
|
105 |
border_color_primary_dark="#21293b",
|
106 |
background_fill_secondary_dark="#0f172a"
|
107 |
),
|
|
|
99 |
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(
|
100 |
body_background_fill_dark="#0f172a",
|
101 |
block_background_fill_dark="#0f172a",
|
102 |
+
block_title_background_fill_dark="#070d1b",
|
103 |
input_background_fill_dark="#0c1425",
|
104 |
+
button_secondary_background_fill_dark="#070d1b",
|
105 |
border_color_primary_dark="#21293b",
|
106 |
background_fill_secondary_dark="#0f172a"
|
107 |
),
|