You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Custom logo was displaying when using Chainlit v1.x. After upgrading the package to 2.0.5, the custom logo no longer appears, despite clearing the browser cache.
To Reproduce
Steps to reproduce the behavior:
In the public/ directory, add logo_light.png and logo_dark.png
Run chainlit run app.py -w locally
Check the Chainlit UI to see if the custom logo appears
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: macOS Sequoia
Browser: Chrome
Version: 15.2
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Hi @willydouhard, the custom logo does not appear when using chat profiles because of #1646. My company used multiple chat profiles for different models, but this caused our logo to not be present anymore after 2.0.0 -> 2.0.1. Is there any way to override this behavior to avoid needing to make each chat profile the company logo?
Describe the bug
Custom logo was displaying when using Chainlit v1.x. After upgrading the package to 2.0.5, the custom logo no longer appears, despite clearing the browser cache.
To Reproduce
Steps to reproduce the behavior:
public/
directory, addlogo_light.png
andlogo_dark.png
chainlit run app.py -w
locallyScreenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: