I want to deploy multiple streamlit apps on unix server. I start the apps and log off from server and the apps should still run. How can I do it ?
As of now if I run a single app and log off from unix server then the app stops working.
So I need to two things.
How to make sure app is running even I log off from the server.
How to deploy multiple streamlit apps on same unix server.