Check out this awesome Streamlit app I built
https://pick-your-choice.streamlit.app/
Hi @Gokhan_Ordek, welcome to the forum, and nice app!
I was curious about how you were saving the data, and noticed that it looks like you’re saving to a local json file. That is an excellent way to get started quickly, and it will work well locally, but I just wanted to give you a heads-up that the files on Streamlit Community Cloud will not persist indefinitely, and all of the files that aren’t saved in the github repo will disappear when the container gets relaunched periodically. If you want the data to persist, you could use something like Deta to save that information in a more long-lasting way. There are a number of tutorials here about connecting to various data sources: Connect to data sources - Streamlit Docs
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.