Tkinter Image Shows up Like a Grey Box (Python)
I’m trying to create an app for work, but I’m new to Tkinter. I want the company’s logo to show up in the top left corner. However, all I can get to show up is a blank grey box. It is worth noting that this is an image with a transparent background, however, I was able to get that to show up before when my code was not organized into classes. The image size should also not be a problem. I resized it specifically to fit in the frame that I am using.
Blank grey box