trminhnam20082002 commited on
Commit
6129457
·
1 Parent(s): 0c5adf1

feat: add main menu options and scripts

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -400,6 +400,7 @@ selected_page = st.sidebar.radio("Go to", pages)
400
  if st.sidebar.button("Clear All"):
401
  # Clears all st.cache_resource caches:
402
  st.cache_resource.clear()
 
403
  st.rerun()
404
 
405
  # Show the appropriate page based on the selection
 
400
  if st.sidebar.button("Clear All"):
401
  # Clears all st.cache_resource caches:
402
  st.cache_resource.clear()
403
+ st.cache_data.clear()
404
  st.rerun()
405
 
406
  # Show the appropriate page based on the selection