diff --git a/firstGUI.py b/firstGUI.py index 6614a41..49e7b1f 100644 --- a/firstGUI.py +++ b/firstGUI.py @@ -1,6 +1,6 @@ __author__ = 'Avinash' -from tkinter import * +from Tkinter import * root = Tk() topFrame = Frame(root)