Spaces:
Sleeping
Sleeping
Update .chainlit/config.toml
Browse files- .chainlit/config.toml +5 -4
.chainlit/config.toml
CHANGED
@@ -40,14 +40,15 @@ default_collapse_content = true
|
|
40 |
|
41 |
hide_cot = false
|
42 |
|
|
|
43 |
[UI.theme]
|
44 |
default = "dark"
|
45 |
layout = "wide"
|
46 |
font_family = "Inter, sans-serif"
|
47 |
|
48 |
[UI.theme.light]
|
49 |
-
background = "#FAFAFA"
|
50 |
-
paper = "#FFFFFF"
|
51 |
|
52 |
[UI.theme.light.primary]
|
53 |
main = "#F80061"
|
@@ -58,8 +59,8 @@ hide_cot = false
|
|
58 |
secondary = "#616161"
|
59 |
|
60 |
[UI.theme.dark]
|
61 |
-
background = "#FAFAFA"
|
62 |
-
paper = "#FFFFFF"
|
63 |
|
64 |
[UI.theme.dark.primary]
|
65 |
main = "#F80061"
|
|
|
40 |
|
41 |
hide_cot = false
|
42 |
|
43 |
+
|
44 |
[UI.theme]
|
45 |
default = "dark"
|
46 |
layout = "wide"
|
47 |
font_family = "Inter, sans-serif"
|
48 |
|
49 |
[UI.theme.light]
|
50 |
+
#background = "#FAFAFA"
|
51 |
+
#paper = "#FFFFFF"
|
52 |
|
53 |
[UI.theme.light.primary]
|
54 |
main = "#F80061"
|
|
|
59 |
secondary = "#616161"
|
60 |
|
61 |
[UI.theme.dark]
|
62 |
+
#background = "#FAFAFA"
|
63 |
+
#paper = "#FFFFFF"
|
64 |
|
65 |
[UI.theme.dark.primary]
|
66 |
main = "#F80061"
|