Results 2 comments of ltskinner

Same issue here - not looking to color, just align center instead of the default right ```python style_cell_conditional = [ { 'if': { 'column_id': 'merged_column_title', 'header_index': 0 }, 'textAlign': 'center'...

The solution for me: ```python from imagededup.methods import PHash # vv this is the solution vv if __name__ == '__main__': # ^^ this is the solution ^^ phasher = PHash()...