Good day everyone,
No matter where I put config.toml, userprofile/.streamlit and app directory/.streamlit, it just will not work.
config.toml file only contain these 2 lines:
[theme]
base=“dark”
I assume this should launch the app in dark mode. It did not.
I also managed to integrate style.css, but setting the background-color to black has some undesired coloring e.g. weird mixed button colors.
Can someone help to point in the right direction? Maybe how to set style.css to have the same dark theme effect or something?
Thank you
Note: Running locally on windows. Streamlit version 1.40.1 Python 3.12.7.