I have streamlit deployed and working well on Azure, however require the user to upload a video that is analyzed. It works well for very small videos, but Azure gives an error 413 for any file over 1MB.
From the Azure documentation it seems it is required to chunk the file. Iโve gone through the documentation and there are ways to do this with the Azure directly of course, but are there any streamlit options? Or does this require flask.