Skip to content

Commit 6817791

Browse files
committed
Update Code Vault App.py
1 parent 73d2c56 commit 6817791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Code Vault App/Code Vault App.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def main_screen():
5959
screen = Tk()
6060
screen.geometry("375x398")
6161
screen.iconbitmap(r'C:\coding in different different languages\PYTHON\ENCRYPTION AND DECRYPTION\keys.ico')
62-
screen.title("TEXT ENCRYPTION APP")
62+
screen.title("Code Vault")
6363

6464
def reset():
6565
code.set("")

0 commit comments

Comments
 (0)