Sqlite3.connect(' ')

I wrote a todo app with streamlit. When I upload it, it will be remove after a few hours. How can I give an address in the database?

sqlite3.connect('picscols.db')

When I download the project and upload the file, it is deleted after a few hours. This is also the website address
https://github.com/abdollahchelasi/pvcramkan-python
https://pvc.onrender.com/

Hi there,

Thanks for sharing your question with the community! Check out our guidelines on how to post an effective question here – in particular, please avoid formatting the entire question as code, since it makes it difficult to read.

Can you also clarify what you mean by an address in the database?

I wrote a todo app with streamlit. When I upload it, it will be remove after a few hours. How can I give an address in the database?

https://pvc.onrender.com/
https://github.com/abdollahchelasi/pvcramkan-python

This is the address of my project. When it is deployed on the site from GitHub, I upload the file, it is added to the site and it is added to the database. It clears after a few hours. Please give me the code where the problem is

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