Maheentouqeer1 commited on
Commit
60ed5ab
·
verified ·
1 Parent(s): 62e5384

Create .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +13 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [server]
2
+ maxUploadSize = 200
3
+ enableXsrfProtection = false
4
+ enableCORS = false
5
+ headless = true
6
+ port = 7860
7
+ address = "0.0.0.0"
8
+
9
+ [browser]
10
+ gatherUsageStats = false
11
+
12
+ [theme]
13
+ base = "dark"