toml.decoder.TomlDecodeError: Empty value is invalid (line 3 column 1 char 25)

Hey @Siddhesh-Agarwal,

Thanks for sharing your question.

If you delete your .streamlit folder (save the contents somewhere outside of your app folder for safekeeping, are you able to run your app then? That seemed to solve the issue in this thread.

You can delete the .streamlit folder by typing rm -rf .streamlit in the command line.