Hi there!
I have a question about running Streamlit web apps. For example, if I deploy a Streamlit app on Heroku, my understanding is that the app runs server-side on Heroku, while on the client side, only obfuscated javascript can be inspected via the browser. My web application contains some JSON files that my Python script accesses. My question is: can the user view these JSON files or the Python source code in any way via the browser? Isn’t there theoretically a way to de-obfuscate the obfuscated javascript code that can be viewed in the browser?
Thank you!
Max