ワンクリックで
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