Skip to content

Commit

Permalink
Update HiddenWave.py
Browse files Browse the repository at this point in the history
  • Loading branch information
athrvadeshmukh authored Nov 12, 2023
1 parent 761de57 commit 16152b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HiddenWave.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def hide_message(self):

def display_logo(self):
# Load and display the logo image
logo_image = Image.open("logo.jpg")
logo_image = Image.open("logo.png")
logo_image = logo_image.resize((200, 156), Image.LANCZOS)
logo_image = ImageTk.PhotoImage(logo_image)
self.logo_label.config(image=logo_image)
Expand Down

0 comments on commit 16152b6

Please sign in to comment.