Is your feature request related to a problem? Please describe.
I created a chatbot program using the component chatinterface for gradio. I added the parameter save_history=True and it works fine. It creates the option to create a new conversation, clear the current conversation and etc.
But, when I restart the application, all the conversation history is cleared and starts with null again.
Is there a way to save all conversations history to a file or a database in order to restore it when the application is restarted?
Describe the solution you'd like
Save all conversations history to a file or a database in order to restore it when the application is restarted.
Additional context
Add any other context or screenshots about the feature request here.