diff --git a/Uptated-Prototype/PiperTTS-GUI-Test-2nd.py b/Uptated-Prototype/PiperTTS-GUI-Test-2nd.py index 8d5ba3b..4731af1 100644 --- a/Uptated-Prototype/PiperTTS-GUI-Test-2nd.py +++ b/Uptated-Prototype/PiperTTS-GUI-Test-2nd.py @@ -34,8 +34,8 @@ except: # Attempts to Place Input and Controls frames try: - Input_Box_Frame.place(x = 0, y = 0, relwidth = 1, relheight = 0.8, anchor=CENTER) - Controls_Box_Frame.place(x = 0, rely = 0.8, relwidth = 1, relheight = 0.8, anchor=CENTER) + Input_Box_Frame.place(x = 0, y = 0, relwidth = 1, relheight = 0.8) + Controls_Box_Frame.place(x = 0, rely = 0.8, relwidth = 1, relheight = 0.8) except: print("An exception occurred - when placing Frames.")