I want to publish the app on a Windows Server 2019.
Because our data is confidential, it cannot be published to internet web service providers. We have our own internal server, where I have other apps (mostly javascript apps). The thing is that I cannot installed python on the server due to company restricitions. Is there anyway of achieving this? Thanks in advance!!
Hi @Pabl0Parra
To best leverage Streamlit, installation is the way to go, thus this may entail getting your IT department to look into supporting Python.
Another approach is to use Streamlit from within a web browser and you can look into the stlite project created by @whitphx
And yet another approach is to explore Pyinstaller
Hope this helps!
Hey! Thanks a lot for your reply, will check into @whitphx
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.