datacipen commited on
Commit
ca4ae82
·
verified ·
1 Parent(s): 854a539

Update .chainlit/config.toml

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