Spaces:
Sleeping
Sleeping
Update .chainlit/config.toml
Browse files- .chainlit/config.toml +21 -6
.chainlit/config.toml
CHANGED
@@ -33,7 +33,7 @@ session_timeout = 3600
|
|
33 |
|
34 |
[UI]
|
35 |
# Name of the app and chatbot.
|
36 |
-
name = "๐ฟ๐๐ฎ๐จ๐ค๐๐ kundeservice ๐ผ๐
|
37 |
|
38 |
image = "./public/daysoff_booking(2_1).jpg"
|
39 |
#image_dark = "./daysoff_booking(2_1).jpg"
|
@@ -42,6 +42,8 @@ image = "./public/daysoff_booking(2_1).jpg"
|
|
42 |
# Description of the app and chatbot. This is used for HTML tags.
|
43 |
# description = ""
|
44 |
|
|
|
|
|
45 |
# The default value for the expand messages settings.
|
46 |
default_expand_messages = true
|
47 |
|
@@ -63,13 +65,26 @@ hide_cot = false
|
|
63 |
|
64 |
# Override default MUI dark theme. (Check theme.ts)
|
65 |
[UI.theme.dark]
|
66 |
-
#background = "#FAFAFA"
|
67 |
-
#paper = "#FFFFFF"
|
|
|
|
|
|
|
|
|
68 |
|
69 |
[UI.theme.dark.primary]
|
70 |
-
|
71 |
-
|
72 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
|
74 |
|
75 |
[meta]
|
|
|
33 |
|
34 |
[UI]
|
35 |
# Name of the app and chatbot.
|
36 |
+
name = "๐ฟ๐๐ฎ๐จ๐ค๐๐ kundeservice ๐ผ๐ ๐ผ๐จ๐จ๐๐จ๐ฉ๐๐ฃ๐ฉ๐"
|
37 |
|
38 |
image = "./public/daysoff_booking(2_1).jpg"
|
39 |
#image_dark = "./daysoff_booking(2_1).jpg"
|
|
|
42 |
# Description of the app and chatbot. This is used for HTML tags.
|
43 |
# description = ""
|
44 |
|
45 |
+
custom_font = "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap"
|
46 |
+
|
47 |
# The default value for the expand messages settings.
|
48 |
default_expand_messages = true
|
49 |
|
|
|
65 |
|
66 |
# Override default MUI dark theme. (Check theme.ts)
|
67 |
[UI.theme.dark]
|
68 |
+
#background = "#FAFAFA" # default
|
69 |
+
#paper = "#FFFFFF" # default
|
70 |
+
|
71 |
+
|
72 |
+
background = "#000000" # --for terminal theme
|
73 |
+
paper = "#111111"
|
74 |
|
75 |
[UI.theme.dark.primary]
|
76 |
+
main = "#33ff33" # --terminal green color
|
77 |
+
dark = "#1a661a"
|
78 |
+
light = "#66ff66"
|
79 |
+
|
80 |
+
|
81 |
+
|
82 |
+
#main = "#F80061" # default
|
83 |
+
#dark = "#980039" # default
|
84 |
+
#light = "#FFE7EB" # default
|
85 |
+
|
86 |
+
|
87 |
+
|
88 |
|
89 |
|
90 |
[meta]
|