diff --git a/main.py b/main.py index b930c31..7ab2126 100644 --- a/main.py +++ b/main.py @@ -15,7 +15,7 @@ from collections import defaultdict class PianoMaster3000: def __init__(self, root): self.root = root - self.root.title("PianoMaster 3000 🎹") + self.root.title("PianoMaster 4000 🎹") self.root.geometry("1400x900") self.root.configure(bg='#1a1a1a') @@ -49,7 +49,7 @@ class PianoMaster3000: # Title title_label = tk.Label( self.root, - text="🎹 PianoMaster 3000 🎹", + text="🎹 PianoMaster 4000 manigga! 🎹", font=("Arial", 24, "bold"), bg='#1a1a1a', fg='#00ff00'