You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
nativefier --name titanic https://titanicstreamlit.herokuapp.com/ --platform windows