Config.toml not working running locally

Hey everyone.

My Streamlit app running locally does not respect my config.toml.

I have the following configs:

[client]
showSidebarNavigation = false

[theme]
base="dark"
backgroundColor = "#141217"
primaryColor = "#F59220"

However, as you can see on the following screen, neither the theme nor the sidebar configuration works.

Under my settings, I’ve already chosen Custom Theme on the select box.

Does anyone have any clue why this is happening?

PS: I did not test the app deployed; I need to fix this in my local environment first.

The config file may not be in the correct place.

Thank you for the answer, Goyo; my config file is inside my .streamlit folder.

Screenshot 2024-05-11 at 15.20.15

That may or may not be the correct place depending on how you are running streamlit.