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

This commit is contained in:
2025-11-26 12:19:33 -08:00
parent b952845912
commit b3a18a9c42

View File

@@ -19,7 +19,6 @@ Root_Window.geometry(f'{Window_Width}x{Window_Height}+{int(Window_PosX)}+{int(Wi
# Attempts to make a Input box
try:
Input_Box_Frame = Frame(Root_Window, width=400, height=400)
Input_Box_Frame.grid(row=0, column=0, columnspan=5, padx=10, pady=20, sticky="NSEW")