Update .chainlit/config.toml
Browse files- .chainlit/config.toml +1 -1
.chainlit/config.toml
CHANGED
@@ -23,7 +23,7 @@ allow_origins = ["*"]
|
|
23 |
|
24 |
[features]
|
25 |
# 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)
|
26 |
-
unsafe_allow_html =
|
27 |
|
28 |
# Process and display mathematical expressions. This can clash with "$" characters in messages.
|
29 |
latex = false
|
|
|
23 |
|
24 |
[features]
|
25 |
# 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)
|
26 |
+
unsafe_allow_html = false
|
27 |
|
28 |
# Process and display mathematical expressions. This can clash with "$" characters in messages.
|
29 |
latex = false
|