Spaces:
Sleeping
Sleeping
Update .chainlit/config.toml
Browse files- .chainlit/config.toml +11 -6
.chainlit/config.toml
CHANGED
|
@@ -11,7 +11,7 @@ public = true
|
|
| 11 |
# The project ID (found on https://cloud.chainlit.io).
|
| 12 |
# If provided, all the message data will be stored in the cloud.
|
| 13 |
# The project ID is required when public is set to false.
|
| 14 |
-
#id = ""
|
| 15 |
|
| 16 |
# Whether to enable telemetry (default: true). No personal data is collected.
|
| 17 |
enable_telemetry = false
|
|
@@ -26,12 +26,17 @@ hide_cot = false
|
|
| 26 |
# github = ""
|
| 27 |
|
| 28 |
# Limit the number of requests per user.
|
| 29 |
-
#request_limit = "10 per day"
|
| 30 |
|
| 31 |
|
| 32 |
-
[theme]
|
| 33 |
-
|
| 34 |
|
|
|
|
|
|
|
|
|
|
| 35 |
|
| 36 |
-
[
|
| 37 |
-
|
|
|
|
|
|
|
|
|
| 11 |
# The project ID (found on https://cloud.chainlit.io).
|
| 12 |
# If provided, all the message data will be stored in the cloud.
|
| 13 |
# The project ID is required when public is set to false.
|
| 14 |
+
# id = ""
|
| 15 |
|
| 16 |
# Whether to enable telemetry (default: true). No personal data is collected.
|
| 17 |
enable_telemetry = false
|
|
|
|
| 26 |
# github = ""
|
| 27 |
|
| 28 |
# Limit the number of requests per user.
|
| 29 |
+
# request_limit = "10 per day"
|
| 30 |
|
| 31 |
|
| 32 |
+
[UI.theme]
|
| 33 |
+
# This section sets the theme colors for the application.
|
| 34 |
|
| 35 |
+
[UI.theme.light]
|
| 36 |
+
background = "#FFFFFF" # Background color for the light theme
|
| 37 |
+
paper = "#F0F0F0" # Paper elements color (e.g., navbar, widgets)
|
| 38 |
|
| 39 |
+
[UI.theme.light.primary]
|
| 40 |
+
main = "#4CAF50" # Main shade of green
|
| 41 |
+
dark = "#388E3C" # Darker shade of green
|
| 42 |
+
light = "#C8E6C9" # Lighter shade of green
|