chainlit
chainlit copied to clipboard
Include a pandas dataframe element
trafficstars
Is your feature request related to a problem? Please describe. Chainlit offers many elements that can be tagged to a message. I would like to suggest loading a pandas dataframe element because the response of LLMs can be made more neat with a table.
Describe the solution you'd like Inclusion of a pandas dataframe element.
Describe alternatives you've considered Streamlit has this feature https://docs.streamlit.io/develop/api-reference/data/st.dataframe
It would be great if chainlit has it too.