streamlit: add page (#13143)

* streamlit: add page

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: spageektti <git@spageektti.cc>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
pull/28/head
harshithansraj 2024-06-25 16:00:36 +05:30 committed by GitHub
parent f865c52ece
commit a2c6f9ebf7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 20 additions and 0 deletions

20
pages/common/streamlit.md Normal file
View File

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