I want to have a catalog of Streamlit python files (e.g. a catalog of visualizations a user can select from) stored either in a database or blob storage. Once the user selects a Streamlit file, I need it to be posted to a HTTP endpoint and have a Streamlit service render it back to the user’s browser, so they can view and “score/rank” the visualization. So, my question is how can I host a Streamlit service that can accept a posted Streamlit script and run/render it back to the user’s browser (most likely embedded in an iframe of the scoring application – which has been developed with Angular).
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
How to create a Post request with streamlit | 3 | 16596 | January 12, 2022 | |
Python html file server using streamlit? | 4 | 1537 | January 10, 2023 | |
Static json file serving | 5 | 497 | May 31, 2024 | |
Uploading, downloading files and equations in text | 26 | 16953 | May 13, 2022 | |
Can I return a html file? | 6 | 981 | January 12, 2022 |