Streamlit in Snowflake Demos
February 8, 2026 ยท View on GitHub
This repo contains a collection of Streamlit in Snowflake demos, tutorials, and examples. Browse each folder to access the files associated with each demo.

Prerequisites
Install Snowflake CLI (>= 3.14):
brew install snowflake-cli
Optional (Recommended)
Install Cortex Code CLI for AI-assisted development and debugging of Streamlit apps.
Repository structure
Every folder is an independent Streamlit app containing code, setup scripts and sample data needed to run the app. Every app contains a README file which serves as a guide to setting up the app and using it.
Use Cases
Streamlit in Snowflake can be used for a variety of use cases.

License
All app code included in this repo is available with an Apache 2.0 license.
Resources
Here are some resources to learn more:
- Streamlit in Snowflake Website
- Streamlit in Snowflake Documentation
- Streamlit Open Source Documentation
- Streamlit in Snowflake Release Notes
Other links
- Interested in running Python code in Snowflake Notebooks? Check out the Snowflake Demo Notebooks Repo