[global] | |
dataCacheEnabled = false | |
# Set the Streamlit internal folder to a writable location within the app's directory | |
# This prevents Streamlit from trying to write to the root directory | |
cache_path = "cache" | |
temp_path = "temp" |
[global] | |
dataCacheEnabled = false | |
# Set the Streamlit internal folder to a writable location within the app's directory | |
# This prevents Streamlit from trying to write to the root directory | |
cache_path = "cache" | |
temp_path = "temp" |