Project-A #create virtual enviroment #python -m venv .venv #download dependencies #pip install -r requirements.txt #run web app #streamlit run main.py