Chainlit / chainlit

Build Conversational AI in minutes ⚡️
https://docs.chainlit.io
Apache License 2.0
6.74k stars 874 forks source link

Custom Style are not applied in Copilot mode #1151

Open pachu4u opened 1 month ago

pachu4u commented 1 month ago

Describe the bug Custom Style are not applied in Copilot mode

To Reproduce Define custom css in a file. Run the application. Create another html file with necessary scripts included for copilot. THe custom styles dont have an effect.

Expected behavior Custom css styles are applied

Screenshots image You can see that the watermark is still visible. I have styles to hide it. Works in desktop mode. but not in copilot mode.

Desktop : Windows, chrome

hareeshmu commented 1 month ago

I found a work around, see here: https://github.com/Chainlit/chainlit/issues/1022