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