AxiosError: Request failed with status code 403
Thanks for the work. I get the following error: AxiosError: Request failed with status code 403
!pip install streamlit==1.24.0 use the old version to work
Actually, there are Python and Streamlit version compatibility issues. I also faced a similar problem, even when I tried to update my config.toml file too but I spent tons of time then got the idea that some versions of pythons do not fully support the dependencies of streamlit.
So far, I have installed the Python version=3.12.4 and Streamlit version=1.37.1, which allows all the dependencies to work smoothly, now all the file formats are uploading very smoothly without any problem.