Hi @M_LUY, welcome to the Streamlit community!
It’s the same answer as I gave last time. Tk is a desktop GUI. When you host an app anywhere but your local machine, you are not able to access that server’s desktop, just the information displayed through the browser. So the only workaround is to use something other than Tk to create your popup and have that information be passed through the browser.