This repository contains a Streamlit application packaged for deployment using Docker.
-
Build the Docker image:
docker build -t streamlit-app .
-
Run the container:
docker run -p 8501:8501 streamlit-app
-
Access the application:
Open your web browser and navigate to
http://localhost:8501
to view your Streamlit app.