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

This commit is contained in:
2025-12-13 16:09:46 -08:00
parent 04f1c2772a
commit f066691b2a

View File

@@ -57,7 +57,7 @@ except Exception as e:
print("An exception occurred - when creating input Frame.")
# Attempts to create a Controls Frame
try:
Controls_Box_Frame = ttk.Frame(Root_Window)
Controls_Box_Frame = ttk.Frame(Root_Window, bg = "#404040")
except Exception as e:
print(e, type(e))
print("An exception occurred - when creating Controls Frame.")