🐧 Penguin Explorer A data analysis application to find out interesting insights about penguins in the Artic. Getting Started python -m venv venv source venv/bin/activate pip install -r requirements.txt streamlit run app.py Lessons Learned Questions TODO