mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-29 04:21:03 +08:00
streamlit: add Indonesian translation (#21417)
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# streamlit
|
||||
|
||||
> Framework Python untuk membangun aplikasi web data dan dashboard secara interaktif.
|
||||
> Informasi lebih lanjut: <https://docs.streamlit.io/develop/api-reference/cli>.
|
||||
|
||||
- Periksa apakah Streamlit sudah terinstal dengan benar:
|
||||
|
||||
`streamlit hello`
|
||||
|
||||
- Jalankan aplikasi Streamlit:
|
||||
|
||||
`streamlit run {{nama_proyek}}`
|
||||
|
||||
- Tampilkan informasi bantuan:
|
||||
|
||||
`streamlit --help`
|
||||
|
||||
- Tampilkan versi Streamlit yang terpasang:
|
||||
|
||||
`streamlit --version`
|
||||
Reference in New Issue
Block a user