diff --git a/Uptated-Prototype/PiperTTS-GUI-Test.py b/Uptated-Prototype/PiperTTS-GUI-Test.py index 70616fe..025224e 100644 --- a/Uptated-Prototype/PiperTTS-GUI-Test.py +++ b/Uptated-Prototype/PiperTTS-GUI-Test.py @@ -35,7 +35,7 @@ except: # Attempts to Place Input and Controls frames try: Input_Box_Frame.place(x = 0, y = 0, relwidth = 1, relheight = 0.7) - Controls_Box_Frame.place(x = 0, rely = 0.8, relwidth = 1, relheight = 0.7, anchor=CENTER) + Controls_Box_Frame.place(x = 0, rely = 0.8, relwidth = 1, relheight = 0.7) except: print("An exception occurred - when placing Frames.")