管理 Streamlit 应用程序¶
创建 Streamlit 应用程序后,您可以使用以下命令管理应用程序:
- To retrieve the URL of your Streamlit app, use the
snow streamlit get-url NAMEcommand. See snow streamlit get-url for more information. - To share your app to other roles, use the snow
streamlit share NAME TO_ROLEcommand. See snow streamlit share for more information. - To list the Streamlit apps for which you have access, use the
snow streamlit listcommand. See snow streamlit list for more information. - To display details about a Streamlit app, use the
snow streamlit describe NAMEcommand. See snow streamlit describe for more information. - To delete a Streamlit app, use the
snow streamlit drop NAMEcommand. See snow streamlit drop for more information.