Skip to content

Commit bfe530f

Browse files
Update send_email.py
1 parent e7a5546 commit bfe530f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Email Sender/send_email.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,7 @@ def Send():
120120
h1 = Label(root,text="Email Sender",bg="orange",fg="black",font= ('verdana',13,'bold'))
121121
h1.place(x=135,y=5)
122122

123-
gmailImagePath ='D:\coding\LEARNING FROM OTHER ACODES\Python-GUI-Project\Email Sender\gmail.png' #change the path to gmail.png
124-
125-
img = ImageTk.PhotoImage(Image.open(gmailImagePath))
123+
img = ImageTk.PhotoImage(Image.open('gmail.png'))
126124

127125
logo = Label(root,image=img,borderwidth=0)
128126
logo.place(x=150,y=38)
@@ -149,4 +147,4 @@ def Send():
149147

150148

151149

152-
root.mainloop()
150+
root.mainloop()

0 commit comments

Comments
 (0)