From 63a2128656a5a3b88ea858bc67db297c5213fe7e Mon Sep 17 00:00:00 2001 From: kingakshat Date: Sat, 22 Apr 2023 21:51:36 +0530 Subject: [PATCH] button updated --- scripts/STOCK VISUALISER/script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/STOCK VISUALISER/script.py b/scripts/STOCK VISUALISER/script.py index 1dae7c5..525be60 100644 --- a/scripts/STOCK VISUALISER/script.py +++ b/scripts/STOCK VISUALISER/script.py @@ -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