管理 Streamlit 应用程序

创建 Streamlit 应用程序后,您可以使用以下命令管理应用程序:

  • To retrieve the URL of your Streamlit app, use the snow streamlit get-url NAME command. See snow streamlit get-url for more information.
  • To share your app to other roles, use the snow streamlit share NAME TO_ROLE command. See snow streamlit share for more information.
  • To list the Streamlit apps for which you have access, use the snow streamlit list command. See snow streamlit list for more information.
  • To display details about a Streamlit app, use the snow streamlit describe NAME command. See snow streamlit describe for more information.
  • To delete a Streamlit app, use the snow streamlit drop NAME command. See snow streamlit drop for more information.