Update cheatsheets

This commit is contained in:
ivuorinen
2024-06-26 00:14:22 +00:00
parent a7e9169550
commit e258e7ab99
5 changed files with 101 additions and 5 deletions

25
tldr/streamlit Normal file
View File

@@ -0,0 +1,25 @@
---
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`