Is there a way to clear cache inside the python script?
Tried the following but I assume the api is available no more:
from streamlit import caching
caching.clear_cache()
Is there a way to clear cache inside the python script?
Tried the following but I assume the api is available no more:
from streamlit import caching
caching.clear_cache()
I’m curious about this also