Spaces:
Sleeping
Sleeping
Update .chainlit/config.toml
Browse files- .chainlit/config.toml +9 -1
.chainlit/config.toml
CHANGED
|
@@ -26,4 +26,12 @@ hide_cot = false
|
|
| 26 |
# github = ""
|
| 27 |
|
| 28 |
# Limit the number of requests per user.
|
| 29 |
-
#request_limit = "10 per day"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
# github = ""
|
| 27 |
|
| 28 |
# Limit the number of requests per user.
|
| 29 |
+
#request_limit = "10 per day"
|
| 30 |
+
|
| 31 |
+
|
| 32 |
+
[theme]
|
| 33 |
+
primary_color = "#4CAF50" # This sets the primary color to green
|
| 34 |
+
|
| 35 |
+
|
| 36 |
+
[ui]
|
| 37 |
+
color = "green"
|