dariush-bahrami commited on
Commit
032009c
·
1 Parent(s): b9340dd

Fix empty value error

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +1 -1
.streamlit/config.toml CHANGED
@@ -80,7 +80,7 @@ fileWatcherType = "auto"
80
 
81
  # Symmetric key used to produce signed cookies. If deploying on multiple replicas, this should be set to the same value across all replicas to ensure they all share the same secret.
82
  # Default: randomly generated secret key.
83
- cookieSecret =
84
 
85
  # If false, will attempt to open a browser window on start.
86
  # Default: false unless (1) we are on a Linux box where DISPLAY is unset, or (2) we are running in the Streamlit Atom plugin.
 
80
 
81
  # Symmetric key used to produce signed cookies. If deploying on multiple replicas, this should be set to the same value across all replicas to ensure they all share the same secret.
82
  # Default: randomly generated secret key.
83
+ # cookieSecret =
84
 
85
  # If false, will attempt to open a browser window on start.
86
  # Default: false unless (1) we are on a Linux box where DISPLAY is unset, or (2) we are running in the Streamlit Atom plugin.