mirror of https://github.com/CrimsonTome/tldr.git
streamlit: add Spanish translation (#13146)
Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com>pull/28/head
parent
90a76dec79
commit
0d6c59f855
|
@ -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`
|
Loading…
Reference in New Issue