Spaces:
Sleeping
Sleeping
Update .chainlit/config.toml
Browse files- .chainlit/config.toml +7 -1
.chainlit/config.toml
CHANGED
@@ -25,13 +25,19 @@ latex = true
|
|
25 |
auto_tag_thread = true
|
26 |
edit_message = true
|
27 |
cookie_auth = true
|
|
|
|
|
28 |
|
29 |
# Duration (in seconds) during which the session is saved when the connection is lost
|
30 |
session_timeout = 3600
|
31 |
|
32 |
[UI]
|
33 |
# Name of the app and chatbot.
|
34 |
-
name = "
|
|
|
|
|
|
|
|
|
35 |
|
36 |
# Description of the app and chatbot. This is used for HTML tags.
|
37 |
# description = ""
|
|
|
25 |
auto_tag_thread = true
|
26 |
edit_message = true
|
27 |
cookie_auth = true
|
28 |
+
# Enable image display
|
29 |
+
show_readme = true # --enable image display
|
30 |
|
31 |
# Duration (in seconds) during which the session is saved when the connection is lost
|
32 |
session_timeout = 3600
|
33 |
|
34 |
[UI]
|
35 |
# Name of the app and chatbot.
|
36 |
+
name = "Beta-testing for ๐ฟ๐๐ฎ๐จ๐ค๐๐ kundeservice ๐ผ๐ ๐ผ๐จ๐จ๐๐จ๐ฉ๐๐ฃ๐ฉ!๐๐"
|
37 |
+
|
38 |
+
image = "./daysoff_booking(2_1).jpg"
|
39 |
+
#image_dark = "./daysoff_booking(2_1).jpg"
|
40 |
+
|
41 |
|
42 |
# Description of the app and chatbot. This is used for HTML tags.
|
43 |
# description = ""
|