Streamlit for Snowflake

Hello:

After going thru Streamlit apps, I am trying to find if there is Streamlit App that connects to Snowflake and read data. This will help me to learn and understand and explore further.

Any help with links is greatly appreciated.

Thanks

In a nutshell, you connect to Snowflake the same way you would do in any other python program. For a detailed guide check the Streamlit documentation.

I am trying to change my python version to 3.11.8 through runtime.txt file inorder to support snowflake. But while deploying the app streamlit takes python 3.13 version by default. How to fix that

@kajulurigayatridevi Where exactly is your app running that you have a runtime.txt file and you’re ending up with Python 3.13?