Streamlit turns data scripts into shareable web apps in minutes. All in pure Python. No front‑end experience required.
pip install streamlit
pip install streamlit-lottie
streamlit hello
streamlit run demo.py
- Displaying data on streamlit app.
- Displaying plots and media on app.
- Adding widgets to app.
- sidebar, navigation bar , progress bar add into app.