Streamlit brick ignores my config.toml
I've set everything up like I would in a normal streamlit app:
Streamlit should automatically recognise the file and change the things it is supposed to but it just does not.
this is my config.toml:
[client]
toolbarMode = "viewer"
showErrorDetails = "none"
[theme]
primaryColor = "#F63366"
backgroundColor = "black"
Thank you for helping me!
Edit/Fix: The dot in front of the streamlit folder is not just for making it a hidden file, its also important for streamlit, so just use the name ".streamlit".
