ideonate / streamlit-launchpad

Browse a folder containing multiple streamlit apps and launch them immediately
Apache License 2.0
141 stars 25 forks source link

Add ability to work on Windows #8

Closed rsheftel closed 3 years ago

rsheftel commented 3 years ago

This PR add the ability to work on Windows by using the Subprocess.Popen in place of the tornado equivalent that only works on Linux. This change will only effect if the platform is Windows, if not there are no changes.