Skip to content

graalsystems/example-streamlit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streamlit example

This repo contains the code for a simple Streamlit application. The application contains simple Streamlit components such as a text_input and a slider. The application also contains a checkbox example, a button and a selectbox.

The application can be deployed in a Docker container. The Dockerfile is included in the repo. The application can be run locally using the following command:

streamlit run app.py --host 0.0.0.0 --port 8501

You can also run the application in a Docker container using the following command:

docker build -t streamlit-example .
docker run -p 8501:8501 streamlit-example

Finally, the application can be deployed on a Kubernetes cluster using the following command:

kubectl apply -k

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published