Mjlehtim commited on
Commit
fc9f5e2
β€’
1 Parent(s): e196aeb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -454,7 +454,7 @@ with strategies_container:
454
  st.session_state['generated'] = ["Let's discuss the ESG issues of the company πŸ€—"]
455
  st.session_state['past'] = ["Hey ! πŸ‘‹"]
456
  st.cache_data.clear()
457
- #st.cache_resource.clear()
458
 
459
  # Check if the subfolder exists
460
  if os.path.exists("ESG_Documents"):
 
454
  st.session_state['generated'] = ["Let's discuss the ESG issues of the company πŸ€—"]
455
  st.session_state['past'] = ["Hey ! πŸ‘‹"]
456
  st.cache_data.clear()
457
+ st.cache_resource.clear()
458
 
459
  # Check if the subfolder exists
460
  if os.path.exists("ESG_Documents"):