Lucas 7 tháng trước cách đây
mục cha
commit
a1b22d4b01
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      GUI.py

+ 1 - 1
GUI.py

@@ -46,7 +46,7 @@ def placeLeaderboard():
     nameEntryButton = ctk.CTkButton(width=50,height=50,text="ENTER",fg_color="green",font=("Arial",20),text_color="gray99", master=app)
     nameEntryButton.place(x=980,y=205)
 
-    image = Image.open("NTHS_ICT\Bell Drawing.png") 
+    image = Image.open("./Bell Drawing.png") 
     photo = ImageTk.PhotoImage(image)
     
     image_label = ctk.CTkLabel(image=photo,text="",width=20, master=app)