This application demonstrates how to create a Sankey chart using Streamlit.
To run the application, you need to install Streamlit, pandas and plotly
pip install requirements.txt
Navigate to the application directory:
cd app
streamlit run app.py
Upload the transactions.csv file to start the demo, or add your own dataset.