chainlit icon indicating copy to clipboard operation
chainlit copied to clipboard

Enable to use Chainlit as a Streamlit component

Open mcai opened this issue 1 year ago • 1 comments

I wonder if we can enable the use of Chainlit chatbot UI as a Streamlit component besides the use of a standalone app, so users can leverage their existing knowledge of Streamlit to integrate Chainlit into their Streamlit apps.

mcai avatar May 30 '23 08:05 mcai

Right now this is not possible. What I could see is people to take parts of the Chainlit UI (which you can find here https://github.com/Chainlit/chainlit/tree/main/src/chainlit/frontend) and use them to build custom Streamlit components.

willydouhard avatar Jun 01 '23 09:06 willydouhard