streamlit: add Spanish translation (#13146)

Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com>
pull/28/head
Darío Hereñú 2024-06-30 22:11:50 -03:00 committed by GitHub
parent 90a76dec79
commit 0d6c59f855
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 20 additions and 0 deletions

View File

@ -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`