Skip to content

GeroZayas/Report-Generator-App-Streamlit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📑 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/.