mediani commited on
Commit
4becb5e
·
verified ·
1 Parent(s): 7f46b2a

Update .streamlit/config.toml (#1)

Browse files

- Update .streamlit/config.toml (74d04d92e6dd6296b65486f1fe758d07a21457d5)

Files changed (1) hide show
  1. .streamlit/config.toml +6 -1
.streamlit/config.toml CHANGED
@@ -2,5 +2,10 @@
2
  gatherUsageStats = false
3
 
4
  [server]
 
5
  enableCORS = false
6
- enableXsrfProtection = false
 
 
 
 
 
2
  gatherUsageStats = false
3
 
4
  [server]
5
+ headless = true
6
  enableCORS = false
7
+ enableXsrfProtection = false
8
+ port = 8501
9
+
10
+ [global]
11
+ dataFrameSerialization = "legacy"