一键导入
streamlit
Guidelines for developing interactive Streamlit web applications, covering configuration, UI, and workflow.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Guidelines for developing interactive Streamlit web applications, covering configuration, UI, and workflow.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Design static ad creatives for social media and display advertising campaigns.
Find apartments for rent, evaluate listings, detect scams, analyze neighborhoods, and compare rental options. Use when the user asks to find, evaluate, or compare apartments or rental housing.
Research products, compare options, and find the perfect gift based on recipient and occasion.
Evaluate properties, neighborhoods, and investment returns for home buying
Translate text and documents between languages with cultural and contextual adaptation
Evaluate used car listings, estimate fair prices, and guide purchasing decisions.
| name | streamlit |
| description | Guidelines for developing interactive Streamlit web applications, covering configuration, UI, and workflow. |
Always follow these guidelines when building a Streamlit web application:
This stack establishes a complete environment for developing interactive Streamlit web applications. Streamlit enables rapid development and deployment of data-driven web applications with Python.
.streamlit/config.toml file do not change it.experimental_rerun function is not supported in this environment instead use the st.rerun() function.Use the following workflow command to run the application:
streamlit run app.py --server.port 5000