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

This commit is contained in:
2025-12-11 12:07:01 -08:00
parent 581a31b2b7
commit 0e5869f3f6

View File

@@ -235,7 +235,7 @@ def OnKeyPress2nd(event):
print(result) print(result)
print("The 2nd Binding Function Was Called!") print("The 2nd Binding Function Was Called!")
# #
Input_Box.bind("<Return>", OnKeyPress) Input_Box.bind("<Return>", OnKeyPress2nd)
# #
My_Test_Label2 = Label(Controls_Box_Frame, textvariable=Test_var) My_Test_Label2 = Label(Controls_Box_Frame, textvariable=Test_var)
#My_Test_Label2["value"] = Test_var #My_Test_Label2["value"] = Test_var