Config.toml

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

It appears that you uploaded the config.toml into the root folder of the repo Veri-Quick-Proto/config.toml at main · DimitriGlazov/Veri-Quick-Proto · GitHub, instead of into a .streamlit folder – make sure you put it in a .streamlit folder, like this Comparing DimitriGlazov:main...sfc-gh-zblackwood:patch-1 · DimitriGlazov/Veri-Quick-Proto · GitHub

Alright I would be uploading the .streamlit folder using git to the repository to see if the issue is solved.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.