cptsubtext
commited on
Commit
·
41fc0d5
1
Parent(s):
f478086
try another location
Browse files
src/.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"
|