Issue with Configuring Default Settings in Streamlit Web App
I am working on a Streamlit app hosted via Streamlit Cloud, and I wanted to configure default settings to enable dark mode and wide layout. To achieve this, I created a config.toml file in .streamlit folder of my project root with the following content:
I uploaded the config.toml file to my repository which is connected to my Streamlit Cloud deployment. After uploading the file, I expected the app to reflect the new default settings, but the changes aren’t visible even after restarting the app.
Can someone guide me on whether additional steps are required, or if I’ve missed something during the configuration process?
Here’s the link to my github repo if needed Github Repo—