datacipen commited on
Commit
8087cee
·
verified ·
1 Parent(s): f0c887a

Update .chainlit/config.toml

Browse files
Files changed (1) hide show
  1. .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 = true
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