When I run my streamlit in terminal with: cd C:\Users\name\OneDrive\Desktop (ENTER) streamlit run app.py. The website shows everything I put in Python code but no changes with background color that config.toml contains.
When I run my streamlit in terminal with: cd C:\Users\name\OneDrive\Desktop\catalog_with_project (ENTER) streamlit run app.py. The website changed background color but nothing from my Python code.
Everything is in catalog_with_project: app.py, assets, styles, .streamlit.
I’m out of ideas.