添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

Command-line interface

When you install Streamlit, a command-line (CLI) tool gets installed as well. The purpose of this tool is to run Streamlit apps, change Streamlit configuration options, and help you diagnose and fix issues.

  • streamlit cache clear : Clear the on-disk cache.
  • streamlit config show : Show all configuration options.
  • streamlit docs : Open the Streamlit docs.
  • streamlit hello : Run an example Streamlit app.
  • streamlit help : Show the available CLI commands.
  • streamlit init : Create the files for a new Streamlit app.
  • streamlit run : Run your Streamlit app.
  • streamlit version : Show the version of Streamlit.
  •