File size: 229 Bytes
f478086 |
1 2 3 4 5 6 |
[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" |