Skip to content

JitendraZaa/pythonWebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python Web App Using Streamlit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages