Skip to content

An example app for combining authentication and pages within streamlit for a fast PoC

License

Notifications You must be signed in to change notification settings

armunn/examples_202501_streamlit_app_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2025-01 - Example Streamlit App 1

This provides the example application for using Streamlit to create a rapid PoC of a website with a user area, through combining the use of Pages and Authentication plugin.

This project would not be possible without the excellent Streamlit Authenticator

To get started

Build

python3 -m venv .venv
source .venv/bin/activate
pip install -e .

Run

streamlit run app.py

Develop

The main application is defined within app.py.

Authentication details are stored within auth.yml

Subpages are under components directory.

See Also

About

An example app for combining authentication and pages within streamlit for a fast PoC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages