From fbf9c5414159027771b964dc20a5e31c17811cbe Mon Sep 17 00:00:00 2001 From: Jim Marshall Date: Fri, 13 Oct 2023 16:10:34 +0100 Subject: [PATCH] Add slash prefix Clarification related to https://github.com/Chainlit/chainlit/issues/469 --- ui-customisation/custom-css.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-customisation/custom-css.mdx b/ui-customisation/custom-css.mdx index b54891e..3b5d9e5 100644 --- a/ui-customisation/custom-css.mdx +++ b/ui-customisation/custom-css.mdx @@ -8,7 +8,7 @@ Chainlit Application allows for design customization through the use of a custom [UI] # ... # This can either be a css file in your `public` dir or a URL -custom_css = 'public/stylesheet.css' +custom_css = '/public/stylesheet.css' ```