Remastered Version of Investment Portfolio Project utilsing streamlit https://eethansmith-investment-portfolio-2.streamlit.app/
cd /path/to/your/project/directory
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install streamlit pandas yfinance plotly
streamlit run app.py
deactivate