I have a question: After running the Python *.py script, the program automatically disconnects. How can I ensure that the UI server remains active, as I want to deploy a service accessible to everyone?
// eg:
session = px.launch_app(primary=prod_ds, reference=train_ds)
print("Phoenix launched at: %s" % session.url)