Make streamlit run with no args mean streamlit run streamlit_app.py#12599
Make streamlit run with no args mean streamlit run streamlit_app.py#12599sfc-gh-tteixeira merged 15 commits intodevelopfrom
streamlit run with no args mean streamlit run streamlit_app.py#12599Conversation
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) ✅ license/snyk check is complete. No issues have been found. (View Details) |
✅ PR preview is ready!
|
|
It would be nice if we can give it a folder and the Our apps are currently run with: So |
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
Nice idea! However,in the past we considered making Might be a separate PR, though! |
|
Cool idea, love it!
Hm I don't think there's a chance we'll do this anymore, given that we already have multipage apps v1 and v2 (and probably don't want a v3 :D), plus given that this would require changes in Cloud + SiS. So I'm fine adding that if you want to! |
Describe your changes
Tired of writing
streamlit run streamlit_app.py? I have the solution! Save yourself 17 keystrokes by just writingstreamlit run. If a filename is not included, thestreamlit_app.pyis now implied.GitHub Issue Link (if applicable)
None
Testing Plan
Explanation of why no additional tests are neededE2E TestsAny manual testing needed?Contribution License Agreement
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.