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

This commit is contained in:
2025-12-19 15:27:07 -08:00
parent cdadbe907c
commit 955b329a16

View File

@@ -74,8 +74,8 @@ except Exception as e:
try:
#Input_Box_Frame.place(x = 0, y = 0, relwidth = 1, relheight = 0.7)
#Controls_Box_Frame.place(x = 0, rely = 0.8, relwidth = 1, relheight = 0.7)
Input_Box_Frame.pack(fill = "both", expand = True, anchor = "center", side = "top")
Controls_Box_Frame.pack(fill = "both", anchor = "center", side = "top")
Input_Box_Frame.pack(fill = "both", expand = True, anchor = "center")
Controls_Box_Frame.pack(expand = True, anchor = "center")
except Exception as e:
print(e, type(e))
print("An exception occurred - when placing Frames.")