sds-bosch commited on
Commit
6675bd6
1 Parent(s): e272b31

Adding files

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +10 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ [client]
2
+
3
+ # ***DEPRECATED***
4
+ # client.caching has been deprecated and is not required anymore for our new
5
+ # caching commands. This option will be removed on or after 2024-01-20.
6
+ # ****************
7
+ # Whether to enable st.cache. This does not affect st.cache_data or
8
+ # st.cache_resource.
9
+ # Default: true
10
+ caching = false