Streamlit File Upload is Not Working

Question:
Simple Streamlit file uploader is not working. It is showing the below error when I selected the file.

AxiosError: Request failed with status code 403

Repl link:
ask-csv.chiru-maddala.repl.co

  file = st.file_uploader("Upload CSV file", type=["csv"])