Hi,
I would like to edit my config.toml to create a custom theme, but I am using a virtual environment under the folder ./venv. Where can I find my config.toml file?
Jack
Hi,
I would like to edit my config.toml to create a custom theme, but I am using a virtual environment under the folder ./venv. Where can I find my config.toml file?
Jack
Hi @jackkoho -
Streamlit will also read from your repo if you create a file at .streamlit/config.toml. You can see an example of this here:
Best,
Randy