add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,20 @@
# streamlit
> 用于在 Python 中创建交互式、数据驱动的 web 应用程序的框架。
> 更多信息:<https://docs.streamlit.io/>.
- 检查 Streamlit 是否安装:
`streamlit hello`
- 运行你的 Streamlit 应用程序:
`streamlit run {{project_name}}`
- 显示帮助信息:
`streamlit --help`
- 显示版本:
`streamlit --version`