Jun-25-2021, 09:49 AM
Hi,
I am trying to show image in label but it is not showing.
I am trying to show image in label but it is not showing.
image3 = tkinter.PhotoImage(file="1.png") Label(cvv_screen, text="", image = image3).grid(row=4, column=0)it is not showing and no errors displayed.