using-streamlit-session-state
作者: streamlit
使用st.session_state在Streamlit重新运行时管理状态。在持久化数据、处理组件状态、实现回调或调试状态时使用…
npx skills add https://github.com/streamlit/agent-skills --skill using-streamlit-session-state来自 streamlit 的更多技能
template-skill
streamlit
替换为技能描述及其使用时机。
official
building-streamlit-chat-ui
streamlit
在Streamlit中构建聊天界面。用于创建对话式UI、聊天机器人或AI助手。涵盖st.chat_message、st.chat_input、消息…
official
building-streamlit-custom-components-v2
streamlit
Builds bidirectional Streamlit Custom Components v2 (CCv2) using `st.components.v2.component`. Use when authoring inline HTML/CSS/JS components or packaged…
official
building-streamlit-dashboards
streamlit
在Streamlit中构建仪表板。用于创建KPI展示、指标卡片或数据密集型布局。涵盖边框、卡片、响应式布局和仪表板……
official
building-streamlit-multipage-apps
streamlit
构建多页面Streamlit应用。适用于创建包含多个页面的应用、设置导航或管理跨页面状态时使用。
official
choosing-streamlit-selection-widgets
streamlit
选择正确的Streamlit选择组件。在决定使用单选按钮、选择框、分段控件、药丸式选择或其他选项选择组件时使用。…
official
connecting-streamlit-to-snowflake
streamlit
将Streamlit应用连接到Snowflake。用于设置数据库连接、管理密钥或从Streamlit应用查询Snowflake时使用。
official
creating-streamlit-themes
streamlit
创建和自定义Streamlit主题。用于更改应用颜色、字体或外观,或使应用符合品牌指南。涵盖config.toml…
official