Hello! I would greatly love some help with deploying my streamlit app to heroku. I am currently getting error h10 - which I believe simply means the app crashed. After reading the logs it appears this was cause by “toml.decoder.TomlDecodeError: Found invalid character in key name: ‘[’. Try quoting the key name. (line 1 column 2 char 1)” which is followed by the lines:
Process exited with status 1
State changed from starting to crashed
I am not sure how to fix this or even really what the issue is. Any help would be great! I am using Mac OSX also.