'Getting "toml.decoder.TomlDecodeError: Key name found without value." while deploying streamlit app on Heroku

While I got this error from logs: Image1 enter image description here

When I visited toml.decoder.py file I found the location of line where this error was raised Image2 enter image description here

How can I solve this issue. I was trying to deploy a streamlit web app on heroku.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source