Update Uptated-Prototype/PiperTTS-GUI-Test-2nd.py

This commit is contained in:
2025-12-06 12:56:30 -08:00
parent 07208cb544
commit 6a5d58180f

View File

@@ -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