Update .chainlit/config.toml
Browse files- .chainlit/config.toml +2 -1
.chainlit/config.toml
CHANGED
@@ -19,7 +19,8 @@ enable_telemetry = true
|
|
19 |
# List of environment variables to be provided by each user to use the app.
|
20 |
user_env = []
|
21 |
|
22 |
-
|
|
|
23 |
|
24 |
[features]
|
25 |
unsafe_allow_html = true
|
|
|
19 |
# List of environment variables to be provided by each user to use the app.
|
20 |
user_env = []
|
21 |
|
22 |
+
|
23 |
+
#transports = ["websocket"]
|
24 |
|
25 |
[features]
|
26 |
unsafe_allow_html = true
|