Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
| 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"):
|