Skip to content

azhar-iqbal2942/streamlit-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Streamlit

This repo contains alot of examples how to get start with streamlit for data display and other widgets.

To run the app

# create virtual env with
python3 -m venv .venv

# install required dependencies
pip install -r requirements.txt

# run the app
streamlit run <module-name.py>