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.