diff --git a/GUI.py b/GUI.py index b807eac..691b14e 100644 --- a/GUI.py +++ b/GUI.py @@ -61,8 +61,5 @@ s2_wert = Entry(root,font=(28), show="*") s2_wert.grid(row=3,column=2) Button(root, text="Wählen", command=ok, font=(30)).grid(row=2, column=1) - - - - + root.mainloop()