Spaces:
Sleeping
Sleeping
new 2
Browse files- .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 =
|
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 =
|
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 |
-
|
69 |
-
|
70 |
-
|
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]
|