I am working on an app that takes an input file, does some calculations, visualizes them (using Streamlit) and then writes out a report. All of this works perfectly fine, except for the input file part.
On my local machine, I can use a text-box to specify the path (not very elegant though), but once deployed in the cloud even this hack will not be possible.
Are there any file upload/drag-and-drop options built into streamlit?