Spaces:
Paused
Paused
Update .chainlit/config.toml
Browse files- .chainlit/config.toml +1 -1
.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 |
-
|
| 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/stylesheet.css"
|
| 61 |
|
| 62 |
# Override default MUI light theme. (Check theme.ts)
|
| 63 |
[UI.theme.light]
|