pub fn init_custom_progress_bar(label: &str, max_value: usize)
Initializes a custom progress bar with the given label and max value.
Note: If you attempt to set two progress bars, the second progress bar will replace the first.