conda create -p venv python==3.7 -y
pip install -r requirements.txt
streamlit run app.py
--------------------------------------- END -----------------------------------------------
conda create -p venv python==3.7 -y
pip install -r requirements.txt
streamlit run app.py
--------------------------------------- END -----------------------------------------------