import streamlit as st @st.cache_data def get_some_data(): # ... do something here! return result
Know more:
Reference: