Hi all,
- I am working with streamlit in google colab with
st.file_uploader
command. - I am unable to upload files greater than 1MB. I understood that this comes with nginx client_max_body_size configuration which is set to 1MB as default.
- The command for streamlit in google colab goes as below:
!streamlit run app.py & npx localtunnel --port 8501
How to configure nginx in google colab so that the streamlit file_uploader accepts filesize more than 1MB?
Currently, the error is with status code 413.
Any leads will be appreciated.
Thanks,
Sunag R A.