ploomber / doc

Documentation for Ploomber Cloud
https://docs.cloud.ploomber.io
Apache License 2.0
24 stars 14 forks source link

add example showing how to customize chaintlit UI #237

Closed edublancas closed 3 months ago

edublancas commented 3 months ago

from a customer:

I have custom CSS and UI configuration files that I inserted locally into my Chainlit deployment, which I took care to include in the zip upon uploading to Ploomber.

Specifically, I need to have a custom config.toml and an additional 'public' directory with custom CSS. But whenever I upload my zip to Ploomber I somehow get reverted back to the default Chainlit UI always.

I believe this might have something to do with the fact that this is a Docker setup - the Chainlit default file is getting created in "/src" or something.