File size: 2,238 Bytes
535f426
d2dee10
 
535f426
d2dee10
 
 
 
 
 
 
 
 
 
 
 
3e785f3
d2dee10
 
535f426
 
1b24d6d
 
 
 
 
d3900ad
5cf4673
 
1b24d6d
d2dee10
 
b6d7e99
535f426
d2dee10
772e3d3
5cf4673
d5fb2f3
5cf4673
 
d2dee10
 
 
 
772e3d3
 
d2dee10
1b24d6d
535f426
d2dee10
 
 
 
 
 
 
 
535f426
772e3d3
 
 
 
 
 
d2dee10
 
772e3d3
 
 
 
 
 
 
 
 
 
 
 
d2dee10
535f426
 
632d0fe
d2dee10
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
[project]
# If true (default), the app will be available to anonymous users.
# If false, users will need to authenticate and be part of the project to use the app.
public = true

# The project ID (found on https://cloud.chainlit.io).
# The project ID is required when public is set to false or when using the cloud database.
#id = ""

# Uncomment if you want to persist the chats.
# local will create a database in your .chainlit directory (requires node.js installed).
# cloud will use the Chainlit cloud database.
# custom will load use your custom client.
 database = "local"

# Whether to enable telemetry (default: true). No personal data is collected.
enable_telemetry = false

# List of environment variables to be provided by each user to use the app.
user_env = []

[features]
unsafe_allow_html = true
latex = true
auto_tag_thread = true
edit_message = true
cookie_auth = true
# Enable image display
show_readme = true # --enable image display

# Duration (in seconds) during which the session is saved when the connection is lost
session_timeout = 3600

[UI]
# Name of the app and chatbot.
name = "๐˜ฟ๐™–๐™ฎ๐™จ๐™ค๐™›๐™› kundeservice ๐˜ผ๐™„ ๐˜ผ๐™จ๐™จ๐™ž๐™จ๐™ฉ๐™–๐™ฃ๐™ฉ๐Ÿ‘‹"

image = "./public/daysoff_booking(2_1).jpg"  
#image_dark = "./daysoff_booking(2_1).jpg" 


# Description of the app and chatbot. This is used for HTML tags.
# description = ""

custom_font = "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap"

# The default value for the expand messages settings.
default_expand_messages = true

# Hide the chain of thought details from the user in the UI.
hide_cot = false

# Link to your github repo. This will add a github button in the UI's header.
# github = ""


# Override default MUI dark theme. (Check theme.ts)
[UI.theme.dark]
    #background = "#FAFAFA" # default
    #paper = "#FFFFFF" # default

    
    background = "#000000"  # --for terminal theme
    paper = "#111111"

    [UI.theme.dark.primary]
        main = "#33ff33"  # --terminal green color
        dark = "#1a661a"
        light = "#66ff66"


        
        #main = "#F80061" # default
        #dark = "#980039" # default
        #light = "#FFE7EB" # default





[meta]
generated_by = "0.6.2"