Rahul-8799 commited on
Commit
95407cc
·
verified ·
1 Parent(s): c0b6f45

Create .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +10 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ [server]
2
+ headless = true # Recommended for Spaces
3
+ enableCORS = false # Recommended for Spaces
4
+ enableXsrfProtection = false # Recommended for Spaces
5
+
6
+ [global]
7
+ dataFrameSerialization = "legacy" # Prevents potential future warnings with Pandas
8
+
9
+ [browser]
10
+ gatherUsageStats = false # This is CRUCIAL for fixing the /.streamlit permission error