Files
cheatsheet-tldr/tldr/streamlit
2024-06-26 00:14:22 +00:00

26 lines
435 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# streamlit
> Framework for creating interactive, data-driven web apps in Python.
> More information: <https://docs.streamlit.io/>.
- Check for the Streamlit installation:
`streamlit hello`
- Run your Streamlit application:
`streamlit run {{project_name}}`
- Display help:
`streamlit --help`
- Display version:
`streamlit --version`