Skip to content

Commit

Permalink
streamlit: add Spanish translation (tldr-pages#13146)
Browse files Browse the repository at this point in the history
Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com>
  • Loading branch information
kant and tricantivu committed Jul 1, 2024
1 parent 90a76de commit 0d6c59f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pages.es/common/streamlit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# streamlit

> Marco de aplicación para crear aplicaciones web interactivas y basadas en datos en Python.
> Más información: <https://docs.streamlit.io/>.
- Comprueba la instalación de Streamlit:

`streamlit hello`

- Ejecuta una aplicación Streamlit:

`streamlit run {{nombre_del_proyecto}}`

- Muestra ayuda:

`streamlit --help`

- Muestra la versión:

`streamlit --version`

0 comments on commit 0d6c59f

Please sign in to comment.