Add images to your Streamlit in Snowflake app using an external URL or an internal stage. Upload the image to a stage and reference its path in your app. This feature allows you to give your app some character and branding.
Tag Archives: streamlit
Simplifying AI and ML: Snowflake Cortex Makes it Easy
Summary:
Snowflake Cortex, a managed AI and ML service, simplifies AI integration into the Snowflake Platform. With SQL and Python functions, it offers translation, summarization, and predictive analysis. By enabling developers to access large language models, it streamlines AI and machine learning tasks, making it easy to build a Streamlit app within the Snowflake ecosystem.
Enhancing Snowflake Apps with Streamlit Pagination
Recently, I found myself wrestling with a Streamlit app in Snowflake, tasked with presenting large datasets for user review. However, loading these hefty datasets into a data frame proved sluggish and error-prone, especially with over 400,000 records at play. I stumbled upon a Medium article by Carlos Serrano. He detailed the pagination of Streamlit data frames,Continue reading “Enhancing Snowflake Apps with Streamlit Pagination”