Then Run nativefier --name '<you .exe name>' '<your streamlit sharing website url>' --platform <'windows' or 'mac' or 'linux'>
Then In your current Directory You should see <AppName>-32-x64 folder or similar if you have chosen windows run the .exe file and you have you software.
If you have any problems or queries comment below I’ll try my best to answer them if I have time. Thanks!
By The Way Do You Also Want To Know How To Run Streamlit Apps Natively On Android?
As a Standalone Application Like The One On Your PC But in a Mobile Android Device?
No I haven’t But it should work 'cause both platforms deploy your app as an website and nativefier requires a website url not specifically an streamlit sharing url.
So in the end it doesn’t matter where to deploy just get the url and paste it in the nativefier url
Sorry to reopen the subject. I am currently working on a Data Science project which necessit to store files (using seafile cloud solution). I would like to know if with those executables we can access to local file from our computer ?
Hello for your solution to work is it required to have the model deployed on streamlit since I tried it with a private github repo the app had been built but when I opened it, it shows a blank white screen