datacipen commited on
Commit
e395fff
1 Parent(s): 79d91e6

Update .chainlit/config.toml

Browse files
Files changed (1) hide show
  1. .chainlit/config.toml +10 -10
.chainlit/config.toml CHANGED
@@ -23,7 +23,7 @@ allow_origins = ["*"]
23
  prompt_playground = true
24
 
25
  # Process and display HTML in messages. This can be a security risk (see https://stackoverflow.com/questions/19603097/why-is-it-dangerous-to-render-user-generated-html-or-javascript)
26
- unsafe_allow_html = false
27
 
28
  # Process and display mathematical expressions. This can clash with "$" characters in messages.
29
  latex = false
@@ -33,7 +33,7 @@ auto_tag_thread = true
33
 
34
  # Authorize users to spontaneously upload files with messages
35
  [features.spontaneous_file_upload]
36
- enabled = true
37
  accept = ["*/*"]
38
  max_files = 20
39
  max_size_mb = 500
@@ -54,19 +54,19 @@ auto_tag_thread = true
54
 
55
  [UI]
56
  # Name of the app and chatbot.
57
- name = "Chatbot"
58
 
59
  # Show the readme while the thread is empty.
60
- show_readme_as_default = true
61
 
62
  # Description of the app and chatbot. This is used for HTML tags.
63
  # description = ""
64
 
65
  # Large size content are by default collapsed for a cleaner ui
66
- default_collapse_content = true
67
 
68
  # The default value for the expand messages settings.
69
- default_expand_messages = false
70
 
71
  # Hide the chain of thought details from the user in the UI.
72
  hide_cot = false
@@ -76,14 +76,14 @@ hide_cot = false
76
 
77
  # Specify a CSS file that can be used to customize the user interface.
78
  # The CSS file can be served from the public directory or via an external link.
79
- # custom_css = "/public/test.css"
80
 
81
  # Specify a Javascript file that can be used to customize the user interface.
82
  # The Javascript file can be served from the public directory.
83
  # custom_js = "/public/test.js"
84
 
85
  # Specify a custom font url.
86
- # custom_font = "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap"
87
 
88
  # Specify a custom build directory for the frontend.
89
  # This can be used to customize the frontend code.
@@ -91,8 +91,8 @@ hide_cot = false
91
  # custom_build = "./public/build"
92
 
93
  [UI.theme]
94
- #layout = "wide"
95
- #font_family = "Inter, sans-serif"
96
  # Override default MUI light theme. (Check theme.ts)
97
  [UI.theme.light]
98
  #background = "#FAFAFA"
 
23
  prompt_playground = true
24
 
25
  # Process and display HTML in messages. This can be a security risk (see https://stackoverflow.com/questions/19603097/why-is-it-dangerous-to-render-user-generated-html-or-javascript)
26
+ unsafe_allow_html = true
27
 
28
  # Process and display mathematical expressions. This can clash with "$" characters in messages.
29
  latex = false
 
33
 
34
  # Authorize users to spontaneously upload files with messages
35
  [features.spontaneous_file_upload]
36
+ enabled = false
37
  accept = ["*/*"]
38
  max_files = 20
39
  max_size_mb = 500
 
54
 
55
  [UI]
56
  # Name of the app and chatbot.
57
+ name = "EVENTIA"
58
 
59
  # Show the readme while the thread is empty.
60
+ show_readme_as_default = false
61
 
62
  # Description of the app and chatbot. This is used for HTML tags.
63
  # description = ""
64
 
65
  # Large size content are by default collapsed for a cleaner ui
66
+ default_collapse_content = false
67
 
68
  # The default value for the expand messages settings.
69
+ default_expand_messages = true
70
 
71
  # Hide the chain of thought details from the user in the UI.
72
  hide_cot = false
 
76
 
77
  # Specify a CSS file that can be used to customize the user interface.
78
  # The CSS file can be served from the public directory or via an external link.
79
+ custom_css = "/public/stylesheet.css"
80
 
81
  # Specify a Javascript file that can be used to customize the user interface.
82
  # The Javascript file can be served from the public directory.
83
  # custom_js = "/public/test.js"
84
 
85
  # Specify a custom font url.
86
+ custom_font = "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap"
87
 
88
  # Specify a custom build directory for the frontend.
89
  # This can be used to customize the frontend code.
 
91
  # custom_build = "./public/build"
92
 
93
  [UI.theme]
94
+ layout = "wide"
95
+ font_family = "Inter, sans-serif"
96
  # Override default MUI light theme. (Check theme.ts)
97
  [UI.theme.light]
98
  #background = "#FAFAFA"