This is a small app I built with Streamlit for recording data to analyze drop rates for daily activities in Lost Ark (analysis here). The data is saved in a few CSV files under app/data/histories.
I've used Streamlit for some simple dashboarding before but I wanted to try and flex it for something a bit more complex. Overall it worked pretty well and I was able to do much more than I expected, but overall the lack of customizability and reactivity (without extension) was a little disappointing.
$> streamlit run app/start.py
Just delete all the lines out of the data/histories csvs (except the header line).


