Spaces:
Sleeping
Sleeping
Update .chainlit/config.toml
Browse files- .chainlit/config.toml +6 -0
.chainlit/config.toml
CHANGED
|
@@ -49,10 +49,16 @@ hide_cot = false
|
|
| 49 |
# Link to your github repo. This will add a github button in the UI's header.
|
| 50 |
# github = ""
|
| 51 |
|
|
|
|
|
|
|
|
|
|
| 52 |
# Specify a CSS file that can be used to customize the user interface.
|
| 53 |
# The CSS file can be served from the public directory or via an external link.
|
| 54 |
custom_css = "/public/stylesheet.css"
|
| 55 |
|
|
|
|
|
|
|
|
|
|
| 56 |
# Override default MUI light theme. (Check theme.ts)
|
| 57 |
[UI.theme.light]
|
| 58 |
#background = "#FAFAFA"
|
|
|
|
| 49 |
# Link to your github repo. This will add a github button in the UI's header.
|
| 50 |
# github = ""
|
| 51 |
|
| 52 |
+
# This should be a google font url
|
| 53 |
+
custom_font = "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap"
|
| 54 |
+
|
| 55 |
# Specify a CSS file that can be used to customize the user interface.
|
| 56 |
# The CSS file can be served from the public directory or via an external link.
|
| 57 |
custom_css = "/public/stylesheet.css"
|
| 58 |
|
| 59 |
+
[UI.theme]
|
| 60 |
+
font_family = "Inter, sans-serif"
|
| 61 |
+
|
| 62 |
# Override default MUI light theme. (Check theme.ts)
|
| 63 |
[UI.theme.light]
|
| 64 |
#background = "#FAFAFA"
|