logo=ImageTk.PhotoImage(Image.open (path1)) w1 = tk.Label(self, image=logo).grid() w2 = tk.Label(self, justify=tk.LEFT,