Problem
When I first run streamlit hello I see the following text:
You can now view your Streamlit app in your browser.
which is great for streamlit run but not streamlit hello (because I didn’t just create an app).
Solution
It would be great to see something like:
Welcome to Streamlit. Check out our demo in your browser.
<LIST OF URLS>
Ready to create your own Python apps super quickly? Just head over to:
https://docs.streamlit.io
May you create awesome apps!
Problem
When I first run
streamlit helloI see the following text:which is great for
streamlit runbut notstreamlit hello(because I didn’t just create an app).Solution
It would be great to see something like: