mpav commited on
Commit
626a9d9
·
1 Parent(s): a6ed0b5
Files changed (1) hide show
  1. .chainlit/config.toml +5 -5
.chainlit/config.toml CHANGED
@@ -1,6 +1,6 @@
1
  [project]
2
  # Whether to enable telemetry (default: true). No personal data is collected.
3
- enable_telemetry = true
4
 
5
  # List of environment variables to be provided by each user to use the app.
6
  user_env = []
@@ -19,7 +19,7 @@ cache = false
19
  prompt_playground = true
20
 
21
  # 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)
22
- unsafe_allow_html = false
23
 
24
  # Process and display mathematical expressions. This can clash with "$" characters in messages.
25
  latex = false
@@ -65,9 +65,9 @@ hide_cot = false
65
  #paper = "#FFFFFF"
66
 
67
  [UI.theme.light.primary]
68
- #main = "#F80061"
69
- #dark = "#980039"
70
- #light = "#FFE7EB"
71
 
72
  # Override default MUI dark theme. (Check theme.ts)
73
  [UI.theme.dark]
 
1
  [project]
2
  # Whether to enable telemetry (default: true). No personal data is collected.
3
+ enable_telemetry = false
4
 
5
  # List of environment variables to be provided by each user to use the app.
6
  user_env = []
 
19
  prompt_playground = true
20
 
21
  # 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)
22
+ unsafe_allow_html = true
23
 
24
  # Process and display mathematical expressions. This can clash with "$" characters in messages.
25
  latex = false
 
65
  #paper = "#FFFFFF"
66
 
67
  [UI.theme.light.primary]
68
+ main = "#008080"
69
+ dark = "#980039"
70
+ light = "#b2d8d8"
71
 
72
  # Override default MUI dark theme. (Check theme.ts)
73
  [UI.theme.dark]