cptsubtext commited on
Commit ·
f478086
1
Parent(s): b8a909c
update to fix error with creating tmp files
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"
|