I have a question that is it possible to achieve a goal like Gradio for users to install the extensions on the web page directly? The developers can wrap every feature like an individual plugin. No need to encapsulate everything in the code.
Thanks for posting! Streamlit does not support the functionality you mentioned at the moment. The closest thing we have is using the Streamlit components but again am guessing you prefer letting the user add functionality they need without hardcoding anything, right?