How does your team use Streamlit?

HI @thiago,

My use case of sharing apps is that I want users to be able to run them without them having any technical knowledge. At the same time, the apps should be run locally or on a private server.

Currently sharing the apps using Pyinstaller, see link. It would be nice to have a more elegant solution or some more documentation for this.

I am sharing them with other departments within the company. In the future I can see them being distributed to clients as well. One major advantage that I see for Streamlit is that it is easy to send different versions back and forth.

For me collaboration using Git works fine. In that sense I treat it like a regular Python project. One feature that would be nice is if management or clients could give feedback directly in the Streamlit app.

I am curious what the Streamlit team have come up with Streamlit for Teams!