developing-with-streamlit

分类: 运维与交付 | 上传者: streamlitstreamlit | 下载: 0 | 版本: v1.0(最新)

**[必需]** 用于所有 Streamlit 任务:创建、编辑、调试、美化、样式化、主题化、优化或部署 Streamlit 应用程序。还需要使用 st.components.v2 或任何 HTML/JS/CSS 组件工作来构建自定义组件(内联或打包)。触发器:streamlit、st.、仪表板、app.py、美化、样式、CSS、颜色、背景、主题、按钮、小部件样式、自定义组件、st.components、打包组件、pyproject.toml、asset_dir、CCv2、HTML/JS 组件。

更新日志: Source: GitHub https://github.com/streamlit/agent-skills

目录结构

当前层级: tree/main/developing-with-streamlit/

  • 📁 skills/
    • 📁 building-streamlit-chat-ui/
      • 📄 SKILL.md 5.5 KB
    • 📁 building-streamlit-custom-components-v2/
      • 📁 references/
        • 📄 packaged-components.md 8.7 KB
        • 📄 state-sync.md 4.9 KB
        • 📄 theme-css-variables.md 8.2 KB
        • 📄 troubleshooting.md 5.0 KB
      • 📄 SKILL.md 11.2 KB
    • 📁 building-streamlit-dashboards/
      • 📄 SKILL.md 4.3 KB
    • 📁 building-streamlit-multipage-apps/
      • 📄 SKILL.md 6.1 KB
    • 📁 choosing-streamlit-selection-widgets/
      • 📄 SKILL.md 4.3 KB
    • 📁 connecting-streamlit-to-snowflake/
      • 📄 SKILL.md 4.9 KB
    • 📁 creating-streamlit-themes/
      • 📄 SKILL.md 14.5 KB
    • 📁 displaying-streamlit-data/
      • 📄 SKILL.md 6.4 KB
    • 📁 improving-streamlit-design/
      • 📄 SKILL.md 5.5 KB
    • 📁 optimizing-streamlit-performance/
      • 📄 SKILL.md 8.5 KB
    • 📁 organizing-streamlit-code/
      • 📄 SKILL.md 2.4 KB
    • 📁 setting-up-streamlit-environment/
      • 📄 SKILL.md 3.1 KB
    • 📁 using-streamlit-cli/
      • 📄 SKILL.md 4.3 KB
    • 📁 using-streamlit-custom-components/
      • 📄 SKILL.md 4.3 KB
    • 📁 using-streamlit-layouts/
      • 📄 SKILL.md 5.5 KB
    • 📁 using-streamlit-markdown/
      • 📄 SKILL.md 7.2 KB
    • 📁 using-streamlit-session-state/
      • 📄 SKILL.md 3.9 KB
  • 📁 templates/
    • 📁 apps/
      • 📁 dashboard-companies/
        • 📄 pyproject.toml 341 B
        • 📄 streamlit_app.py 11.5 KB
      • 📁 dashboard-compute/
        • 📄 pyproject.toml 330 B
        • 📄 streamlit_app.py 15.7 KB
      • 📁 dashboard-compute-snowflake/
        • 📁 .streamlit/
          • 📄 secrets.toml.example 893 B
        • 📄 .gitignore 24 B
        • 📄 pyproject.toml 299 B
        • 📄 snowflake.yml 599 B
        • 📄 streamlit_app.py 18.8 KB
      • 📁 dashboard-feature-usage/
        • 📄 pyproject.toml 331 B
        • 📄 streamlit_app.py 10.1 KB
      • 📁 dashboard-metrics/
        • 📄 pyproject.toml 336 B
        • 📄 streamlit_app.py 13.0 KB
      • 📁 dashboard-metrics-snowflake/
        • 📁 .streamlit/
          • 📄 secrets.toml.example 893 B
        • 📄 .gitignore 24 B
        • 📄 pyproject.toml 322 B
        • 📄 snowflake.yml 599 B
        • 📄 streamlit_app.py 14.3 KB
      • 📁 dashboard-seattle-weather/
        • 📄 pyproject.toml 331 B
        • 📄 streamlit_app.py 6.4 KB
      • 📁 dashboard-stock-peers/
        • 📄 pyproject.toml 352 B
        • 📄 streamlit_app.py 7.0 KB
      • 📁 dashboard-stock-peers-snowflake/
        • 📁 .streamlit/
          • 📄 secrets.toml.example 893 B
        • 📄 .gitignore 24 B
        • 📄 pyproject.toml 306 B
        • 📄 snowflake.yml 607 B
        • 📄 streamlit_app.py 11.7 KB
      • 📄 .gitignore 32 B
      • 📄 README.md 5.7 KB
    • 📁 themes/
      • 📁 _configs/
        • 📄 dracula.toml 1.2 KB
        • 📄 github.toml 1.2 KB
        • 📄 minimal.toml 1.2 KB
        • 📄 nord.toml 1.2 KB
        • 📄 snowflake.toml 1.3 KB
        • 📄 solarized-light.toml 1.2 KB
        • 📄 spotify.toml 1.1 KB
        • 📄 stripe.toml 1.1 KB
      • 📁 _shared/
        • 📄 streamlit_app.py 11.4 KB
      • 📁 _templates/
        • 📄 pyproject.toml.tmpl 347 B
      • 📁 dracula/
        • 📁 .streamlit/
          • 📄 config.toml 1.2 KB
        • 📄 pyproject.toml 208 B
        • 📄 streamlit_app.py 11.5 KB
      • 📁 github/
        • 📁 .streamlit/
          • 📄 config.toml 1.2 KB
        • 📄 pyproject.toml 206 B
        • 📄 streamlit_app.py 11.5 KB
      • 📁 minimal/
        • 📁 .streamlit/
          • 📄 config.toml 1.2 KB
        • 📄 pyproject.toml 208 B
        • 📄 streamlit_app.py 11.5 KB
      • 📁 nord/
        • 📁 .streamlit/
          • 📄 config.toml 1.2 KB
        • 📄 pyproject.toml 202 B
        • 📄 streamlit_app.py 11.5 KB
      • 📁 snowflake/
        • 📁 .streamlit/
          • 📄 config.toml 1.3 KB
        • 📄 pyproject.toml 212 B
        • 📄 streamlit_app.py 11.5 KB
      • 📁 solarized-light/
        • 📁 .streamlit/
          • 📄 config.toml 1.2 KB
        • 📄 pyproject.toml 224 B
        • 📄 streamlit_app.py 11.5 KB
      • 📁 spotify/
        • 📁 .streamlit/
          • 📄 config.toml 1.1 KB
        • 📄 pyproject.toml 208 B
        • 📄 streamlit_app.py 11.5 KB
      • 📁 stripe/
        • 📁 .streamlit/
          • 📄 config.toml 1.1 KB
        • 📄 pyproject.toml 206 B
        • 📄 streamlit_app.py 11.5 KB
      • 📄 .gitignore 32 B
      • 📄 manage.py 10.8 KB
      • 📄 README.md 4.1 KB
    • 📄 .gitattributes 137 B
  • 📄 SKILL.md 11.9 KB

SKILL.md

登录后下载/点赞/收藏 ❤ 186 | ★ 0
评论 0

请先登录后评论。

评论加载中...