raahinaez commited on
Commit
3ba4a5b
·
verified ·
1 Parent(s): 1338d4e

Upload config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +15 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [server]
2
+ # Enable file uploads
3
+ enableXsrfProtection = false
4
+ # Allow file uploads without CORS restrictions
5
+ enableCORS = false
6
+ # Maximum upload size (200MB)
7
+ maxUploadSize = 200
8
+
9
+ [browser]
10
+ # Automatically open browser
11
+ gatherUsageStats = false
12
+
13
+ [theme]
14
+ # Theme settings can be added here if needed
15
+