Spaces:
Sleeping
Sleeping
Commit
·
69e6738
1
Parent(s):
ceacbcf
update: dark mode
Browse files
app.py
CHANGED
@@ -347,6 +347,9 @@ def create_chat_interface():
|
|
347 |
js=js,
|
348 |
theme=gr.themes.Default(
|
349 |
font=[gr.themes.GoogleFont("Inconsolata"), "Arial", "sans-serif"]
|
|
|
|
|
|
|
350 |
),
|
351 |
) as demo:
|
352 |
chatbot = gr.Chatbot(
|
|
|
347 |
js=js,
|
348 |
theme=gr.themes.Default(
|
349 |
font=[gr.themes.GoogleFont("Inconsolata"), "Arial", "sans-serif"]
|
350 |
+
).set(
|
351 |
+
background_fill_secondary="#181818",
|
352 |
+
background_fill_secondary_dark="#181818",
|
353 |
),
|
354 |
) as demo:
|
355 |
chatbot = gr.Chatbot(
|