a.map{|x| [(Date.parse(x)).strftime("%Y-%m-%d"), (Date.parse(x) + 1.days).strftime("%Y-%m-%d"), (Date.parse(x) + 2.days).strftime("%Y-%m-%d")]}.flatten.uniq
source .venv/bin/activate
pip install .
<!-- MACOS -->
source .venv/bin/activate
streamlit run main.py --logger.level=debug
<!-- UBUNTU -->
source .venv/bin/activate
python3 -m streamlit run main.py --logger.level=debug