Simple Web application built on Python using Streamlit.
- Run below commands in terminal assuming Python installed on your machine.
pip install --upgrade pip
pip install streamlit --upgrade
pip install pandas requests
- Run below command to start the application.
streamlit run streamlit_app.py
- Get module version details in pip
Example - pandas module version details
pip freeze | grep pandas