button updated

This commit is contained in:
kingakshat 2023-04-22 21:51:36 +05:30
parent 39724249ae
commit 63a2128656

View File

@ -33,7 +33,7 @@ end_date.pack(padx=10,pady=10)
# Button Creation
printButton = tk.Button(frame, text = "Print", command = printInput)
printButton = tk.Button(frame, text = "visualise", command = printInput)
printButton.pack()
# Label Creation