Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -453,7 +453,7 @@ with strategies_container:
|
|
453 |
st.session_state['history'] = []
|
454 |
st.session_state['generated'] = ["Let's discuss the ESG issues of the company π€"]
|
455 |
st.session_state['past'] = ["Hey ! π"]
|
456 |
-
|
457 |
#st.cache_resource.clear()
|
458 |
|
459 |
# Check if the subfolder exists
|
|
|
453 |
st.session_state['history'] = []
|
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
|