add new chinese translations
This commit is contained in:
20
pages.zh/common/streamlit.md
Normal file
20
pages.zh/common/streamlit.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# streamlit
|
||||
|
||||
> 用于在 Python 中创建交互式、数据驱动的 web 应用程序的框架。
|
||||
> 更多信息:<https://docs.streamlit.io/>.
|
||||
|
||||
- 检查 Streamlit 是否安装:
|
||||
|
||||
`streamlit hello`
|
||||
|
||||
- 运行你的 Streamlit 应用程序:
|
||||
|
||||
`streamlit run {{project_name}}`
|
||||
|
||||
- 显示帮助信息:
|
||||
|
||||
`streamlit --help`
|
||||
|
||||
- 显示版本:
|
||||
|
||||
`streamlit --version`
|
Reference in New Issue
Block a user