I have a Streamlit app on Hugging Face, and I want to save users’ feedback, preferences, and data in a data storage or database. Is it possible on Hugging Face, and how can I do it?
1 Like
I recommend creating a private data set repo and reading and writing from it. If you don’t need to make it private, it’s even easier.
from where can I create a private data set repo? Is it from Create a new dataset repository?
I will try it. Thanks a lot!
1 Like