Hi,
I am getting 403 status code while deploying in streamlit , found this “enableXsrfProtection = false” on Streamlit documentation.
Code is in Github(app.py and requirments.txt)
I’m not sure whether that setting will work when deploying on Streamlit Cloud, but you can create a folder called .streamlit and put a file in there called config.toml – see Configuration - Streamlit Docs for more details
That being said, I don’t think you should need any special permissions to access that file with pandas. Since it’s publicly available, you shouldn’t even need to pass any special headers. Have you tried it without passing any headers?
Hi @blackary Thanks for the response!
Yeah, I have tried without headers as well, couldn’t fetch the data.
Could you please explain in brief, as I’m new to this and still exploring. Should I create a file (.streamlit) in GitHub in the same repo?
What are the contents should I put in that file?