update some components

This commit is contained in:
Sirin Puenggun 2023-05-12 19:26:34 +07:00
parent d827755107
commit 525def1231
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
__pycache__/
food_data.db
plot_test.ipynb
test.py
test.py
test.ipynb

2
app.py
View File

@ -265,7 +265,7 @@ class App:
'border':'2', 'sticky': 'nswe'})])
entrystyle.configure("EntryStyle.TEntry",
background="green",
foreground="grey",
foreground="white",
fieldbackground="gray")
# --------------------------------------------------------------------------------------------