Toml decoder error (TomlDecodeError)

I’m also facing the same issue

Hi I’m also getting the same error have you resolved the issue?

Hey, i resolved my issue which was quite silly. If you copy the config.toml file from Configuration - Streamlit Docs … some of the quotes reflect as


vs ’

changing all these quotes to ’ or " works!