Ashkchamp commited on
Commit
090e0f7
·
verified ·
1 Parent(s): 02843bb

Create .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +8 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ [server]
2
+ port = 7860
3
+ enableCORS = false
4
+ enableXsrfProtection = false
5
+ maxUploadSize = 200
6
+
7
+ [theme]
8
+ base="light"