Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 589 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 589 Bytes

📑 Report Generator App

  • The Report Generator App is a powerful tool that allows you to create custom reports based on your data.
  • It uses Streamlit

Using Docker

If you prefer using Docker, you can build and run the application with the provided Dockerfile. First, ensure you have Docker installed on your system.

Build the Docker image:

docker build -t report-generator-app .

Run the Docker container:

docker run -d -p 8501:8501 --name report_generator report_generator_app

The application will be available at http://localhost:8501/.