Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 518 Bytes

ReadMe.md

File metadata and controls

28 lines (19 loc) · 518 Bytes

Python Web Application using Streamlit

Simple Web application built on Python using Streamlit.

Prerequisites

  • 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

Other Details

  1. Get module version details in pip

Example - pandas module version details

pip freeze | grep pandas