diff --git a/Uptated-Prototype/PiperTTS-GUI-Test-2nd.py b/Uptated-Prototype/PiperTTS-GUI-Test-2nd.py index 71f7873..0eeecb8 100644 --- a/Uptated-Prototype/PiperTTS-GUI-Test-2nd.py +++ b/Uptated-Prototype/PiperTTS-GUI-Test-2nd.py @@ -63,7 +63,7 @@ GUI_Button_previous = ttk.Button(Controls_Box_Frame, text="⏮") GUI_Button_Next = ttk.Button(Controls_Box_Frame, text="⏭") # Creating a Test Text Label -My_Test_Label = Label(Controls_Box_Frame, text="Test Text?") +My_Test_Label = ttk.Label(Controls_Box_Frame, text="Test Text?") My_Test_Label.grid(row=1, column=0, columnspan=3) # Aligning Buttons to grid