Wajahat698 commited on
Commit
23fa4f0
·
verified ·
1 Parent(s): 90e0cf2

Update .chainlit/config.toml:

Browse files
Files changed (1) hide show
  1. .chainlit/config.toml: +49 -1
.chainlit/config.toml: CHANGED
@@ -1,2 +1,50 @@
1
- features.spontaneous_file_upload]
 
 
 
 
 
 
 
 
 
 
 
2
  enabled = false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [project]
2
+ enable_telemetry = false
3
+ user_env = []
4
+ id = "trustlogic-ai"
5
+
6
+ [features]
7
+ prompt_playground = false
8
+ unsafe_allow_html = false
9
+ latex = false
10
+ auto_tag_thread = true
11
+
12
+ [features.spontaneous_file_upload]
13
  enabled = false
14
+ accept = []
15
+ max_files = 0
16
+ max_size_mb = 0
17
+
18
+ [UI]
19
+ name = "TrustLogic Assistant"
20
+ description = "AI-powered TrustBuilder discovery assistant"
21
+ hide_cot = false
22
+ default_collapse_content = true
23
+ default_expand_messages = false
24
+ github = ""
25
+ font_family = "Inter, sans-serif"
26
+ show_readme_as_default = false
27
+ custom_css = "/public/style.css"
28
+
29
+ [UI.theme]
30
+ default = "light"
31
+ layout = "wide"
32
+
33
+ [UI.theme.light]
34
+ background = "#FFFFFF"
35
+ paper = "#FFFFFF"
36
+
37
+ [UI.theme.light.primary]
38
+ main = "#10A37F"
39
+ dark = "#0D8C6C"
40
+ light = "#E6F4F1"
41
+
42
+ [UI.theme.dark]
43
+ background = "#343541"
44
+ paper = "#444654"
45
+
46
+ [UI.theme.dark.primary]
47
+ main = "#10A37F"
48
+ dark = "#0D8C6C"
49
+ light = "#2E7D67"
50
+