Skip to content

Commit

Permalink
button updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kingakshat committed Apr 22, 2023
1 parent 3972424 commit 63a2128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/STOCK VISUALISER/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def printInput():


# Button Creation
printButton = tk.Button(frame, text = "Print", command = printInput)
printButton = tk.Button(frame, text = "visualise", command = printInput)
printButton.pack()

# Label Creation
Expand Down

0 comments on commit 63a2128

Please sign in to comment.