Sqlite3 streamlit

I built with streamlit project crud on sqlite3
And I deployed inside streamlit
When I add the file to the web, it gets deleted after a few minutes
What should I do so that the file I add is saved in share streamlit and not deleted?

I looked at these codes in the Iranian server, they are saved, but they cannot be deleted, because they are saved there in their own server

What can I do in Share Streamlit so that it is not deleted?
Because there is no problem with my codes, I think that I should add something in share streamlit that will not be deleted

Hi @Abdollah_Chelasi

You can use AWS S3 by means of put_object() from the boto3 Python library to send the uploaded file to S3 as an object.

Please see the following resources for further information:

Hope this helps!

Best regards,
Chanin

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.