#Steps to run Streamlit website
conda init
conda create --name myenv python=3.8
conda activate myenv
git clone https://github.com/D-Modi/Algobulls_Chatbot.git
conda install pip
cd Algobulls_Chatbot
pip install -r requirements.txt
streamlit run scripts/csv_streamlit.py --server.enableXsrfProtection false
// In the code, we have taken the initial investment to be 150000 and the risk free rate to be 7% for all stratergies