XThomasBU commited on
Commit
4dc8546
1 Parent(s): b2c9100

Replaced Chainlit logo with Terrier + Removed Footer

Browse files
.chainlit/config.toml CHANGED
@@ -57,7 +57,7 @@ hide_cot = false
57
 
58
  # Specify a CSS file that can be used to customize the user interface.
59
  # The CSS file can be served from the public directory or via an external link.
60
- # custom_css = "/public/test.css"
61
 
62
  # Override default MUI light theme. (Check theme.ts)
63
  [UI.theme.light]
 
57
 
58
  # Specify a CSS file that can be used to customize the user interface.
59
  # The CSS file can be served from the public directory or via an external link.
60
+ custom_css = "/public/test.css"
61
 
62
  # Override default MUI light theme. (Check theme.ts)
63
  [UI.theme.light]
public/logo_dark.png ADDED
public/logo_light.png ADDED
public/test.css ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ a[href*='https://github.com/Chainlit/chainlit'] {
2
+ visibility: hidden;
3
+ }