BestPractises ¶
Here are the Tips or BestPractises which can be used during streamlit code development.
1. Tips/Bestpractises ¶
-
Clear Cache 🎷
from streamlit import caching caching.clear_cache() -
Re-run Application 🎷
from streamlit.ScriptRunner import RerunException raise RerunException