画像が表示されないコード
home = PhotoImage(file = 'homebutton.png')
Button(hotfood, image = home, bg = 'white', command =
hotfood.destroy).grid(row = 0, column = 0, sticky = EW)
return home
コード表示イメージ
logo = PhotoImage(file = 'logo.PNG')
Label (order, image = logo, bg = 'white').grid(row = 0, column = 0,
sticky = E)