Spaces:
Sleeping
Sleeping
Commit
·
e56e479
1
Parent(s):
d881a0d
Styling
Browse files
app.py
CHANGED
@@ -171,6 +171,7 @@ demo = gr.ChatInterface(
|
|
171 |
c700="#154a19",
|
172 |
c800="#0e3511",
|
173 |
c900="#082108",
|
|
|
174 |
),
|
175 |
secondary_hue=gr.themes.Color(
|
176 |
c50="#f3f7f3",
|
@@ -183,6 +184,7 @@ demo = gr.ChatInterface(
|
|
183 |
c700="#154a19",
|
184 |
c800="#0e3511",
|
185 |
c900="#082108",
|
|
|
186 |
),
|
187 |
neutral_hue="slate",
|
188 |
spacing_size="lg",
|
|
|
171 |
c700="#154a19",
|
172 |
c800="#0e3511",
|
173 |
c900="#082108",
|
174 |
+
c950="#041104"
|
175 |
),
|
176 |
secondary_hue=gr.themes.Color(
|
177 |
c50="#f3f7f3",
|
|
|
184 |
c700="#154a19",
|
185 |
c800="#0e3511",
|
186 |
c900="#082108",
|
187 |
+
c950="#041104"
|
188 |
),
|
189 |
neutral_hue="slate",
|
190 |
spacing_size="lg",
|