diff --git a/Uptated-Prototype/PiperTTS-GUI-Test.py b/Uptated-Prototype/PiperTTS-GUI-Test.py index 2506c10..4f63c3d 100644 --- a/Uptated-Prototype/PiperTTS-GUI-Test.py +++ b/Uptated-Prototype/PiperTTS-GUI-Test.py @@ -44,7 +44,7 @@ except: try: Main_Text_Scrollbar = Scrollbar(Input_Box_Frame, command = Input_Box_Frame.yview) Input_Box_Frame.configure(yscrollcommand = Main_Text_Scrollbar.set) - Main_Text_Scrollbar.place(relx = 1, rely = 0, relheight = 1 anchor = "ne") + Main_Text_Scrollbar.place(relx = 1, rely = 0, relheight = 1, anchor = "ne") except: print("An exception occurred - when creating a scroll bar.")