Spaces:
Sleeping
Sleeping
cptsubtext
commited on
Commit
·
eab8bd5
1
Parent(s):
7d6c6c5
add for cache issues
Browse files- .streamlit/config.toml +6 -0
.streamlit/config.toml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[global]
|
2 |
+
dataCacheEnabled = false
|
3 |
+
# Set the Streamlit internal folder to a writable location within the app's directory
|
4 |
+
# This prevents Streamlit from trying to write to the root directory
|
5 |
+
cache_path = "cache"
|
6 |
+
temp_path = "temp"
|