datacipen commited on
Commit
81046bd
1 Parent(s): f84bde4

Update .chainlit/config.toml

Browse files
Files changed (1) hide show
  1. .chainlit/config.toml +7 -0
.chainlit/config.toml CHANGED
@@ -58,6 +58,13 @@ hide_cot = false
58
  # The CSS file can be served from the public directory or via an external link.
59
  custom_css = "/public/stylesheet.css"
60
 
 
 
 
 
 
 
 
61
  # Override default MUI light theme. (Check theme.ts)
62
  [UI.theme.light]
63
  #background = "#FAFAFA"
 
58
  # The CSS file can be served from the public directory or via an external link.
59
  custom_css = "/public/stylesheet.css"
60
 
61
+ # Specify a custom font url.
62
+ custom_font = "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap"
63
+
64
+ [UI.theme]
65
+ default = "light"
66
+ layout = "wide"
67
+ font_family = "Inter, sans-serif"
68
  # Override default MUI light theme. (Check theme.ts)
69
  [UI.theme.light]
70
  #background = "#FAFAFA"