From 3be145a2e280cb492aca2718177835d757be94f0 Mon Sep 17 00:00:00 2001 From: "DHR.Mike" Date: Tue, 9 Dec 2025 15:14:45 -0800 Subject: [PATCH] Update Uptated-Prototype/PiperTTS-GUI-Test.py --- Uptated-Prototype/PiperTTS-GUI-Test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Uptated-Prototype/PiperTTS-GUI-Test.py b/Uptated-Prototype/PiperTTS-GUI-Test.py index 873cd5b..c06e0d2 100644 --- a/Uptated-Prototype/PiperTTS-GUI-Test.py +++ b/Uptated-Prototype/PiperTTS-GUI-Test.py @@ -207,7 +207,8 @@ try: print("Fuckup again.") except: 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) # Aligning Buttons to grid