Can't run streamlit if I create config.toml

It looks like you may have run into an open bug caused by redirecting the output of streamlit config show to a new config.toml file.

I would try manually copying and pasting the contents into your project-specific config.toml, rather than running streamlit config show > $CWD/.streamlit/config.toml, where $CWD is the folder you’re running Streamlit from.

Let us know if that fixes the issue.

1 Like