Hi, I'm currently running the application with px.launch_app but I can't seem to reload the server without killing it. Is there an internal way of reloading the server automatically? (the application is deployed on docker)
the reason is that I want to run the application and log inferences, since there is no other way to do it without killing the session and recreating it, I'd have to reload the application to refresh the session.