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

This commit is contained in:
2025-12-09 15:14:45 -08:00
parent 2536975dac
commit 3be145a2e2

View File

@@ -207,7 +207,8 @@ try:
print("Fuckup again.") print("Fuckup again.")
except: except:
print("An exception occurred - trying to count like dracula.") print("An exception occurred - trying to count like dracula.")
My_Test_Label2 = Label(Controls_Box_Frame, textvariable=MyTestText2) My_Test_Label2 = Label(Controls_Box_Frame, text="")
My_Test_Label2["text"] = MyTestText2
My_Test_Label2.grid(row=2, column=0, columnspan=4) My_Test_Label2.grid(row=2, column=0, columnspan=4)
# Aligning Buttons to grid # Aligning Buttons to grid