app.utils.images_utils module
Utility functions for displaying generated images in the dashboard.
This module provides helper functions to render and display images from experiment results in a formatted grid layout.
- app.utils.images_utils.show_images(experiment_results: ExperimentResults) None[source]
Display all generated images from experiment results.
Organizes and displays images by iteration and concept, with the summary iteration highlighted at the end. Images are arranged in a responsive grid.
- Parameters:
experiment_results – The experiment results containing generated images.