Hello ,
I am planning to deploy an streamlit app on a workstation inside my company’s LAN so that it can be accessed by my peers . Can I use the Network URL for the deployment and open the Firewall ports ?
Yes, modulo your computer’s and local network’s firewall, when you streamlit run app.py
from a computer, the app becomes available to the computer’s local network via the indicated ip/port.
Thanks alot
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.