Cache with session state? (Make text Input appear after refresh?)

Hi @kapzillion

There’s a related forum post on having data persist after app refresh that suggests using session state or a cookies component.

Additionally you can also save those information to an external database.

Also, you can try saving the text inputs to a file and then after the app refreshes you can reload that file (if it exists).

Hope this helps!