# Create user information label self.user_info_label = tk.Label(self.root, text="User Information:") self.user_info_label.pack(padx=10, pady=10)