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

This commit is contained in:
2025-12-17 14:13:53 -08:00
parent 1255d8ff45
commit 9bb3aedbd6

View File

@@ -75,7 +75,7 @@ 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)
Controls_Box_Frame.pack(fill = "both")
Controls_Box_Frame.pack(fill = "both", anchor = "center", side = "top")
except Exception as e:
print(e, type(e))
print("An exception occurred - when placing Frames.")