How to Save Uploaded Files to Directory in Streamlit Apps
Sometime ago we learnt about how to upload files and process the uploaded files in Streamlit. We dived deeper into the Streamlit UploadedFile Class and how it reads it as a file-like Byte IO type. In this tutorial we will learn about how to save our uploaded file into a directory. This is useful in …
How to Save Uploaded Files to Directory in Streamlit Apps Read More »