From b18b18eac35b4b80760d495a33278b97672e925b Mon Sep 17 00:00:00 2001 From: "DHR.Mike" Date: Tue, 9 Dec 2025 15:34:55 -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 ba980e9..3e5a7b3 100644 --- a/Uptated-Prototype/PiperTTS-GUI-Test.py +++ b/Uptated-Prototype/PiperTTS-GUI-Test.py @@ -206,11 +206,12 @@ My_Test_Label.grid(row=0, column=0, columnspan=4) # try: Test_var = StringVar(value = "0") + #Test_var["text"] = "There are {}, lines".format(len(Input_Box.get("1.0","end-1c").splitlines())) except: print("Mkay did not work.") # My_Test_Label2 = Label(Controls_Box_Frame, textvariable=Test_var) -My_Test_Label2["values"] = Test_var +#My_Test_Label2["value"] = Test_var #My_Test_Label2["text"] = MyTestText2 ''' try: