Sujith2121 commited on
Commit
2ee3eb1
·
verified ·
1 Parent(s): db5d9f7

Update .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +2 -5
.streamlit/config.toml CHANGED
@@ -4,12 +4,9 @@ backgroundColor = "#F8FCFF"
4
  secondaryBackgroundColor = "#E0F7FF"
5
  textColor = "#1C1C1C"
6
  font = "monospace"
7
-
8
-
9
  [server]
10
- port = 8080
11
- address = "0.0.0.0"
12
  enableCORS = false
13
- headless = true
14
 
15
 
 
4
  secondaryBackgroundColor = "#E0F7FF"
5
  textColor = "#1C1C1C"
6
  font = "monospace"
 
 
7
  [server]
8
+ port = 7860
 
9
  enableCORS = false
10
+ enableXsrfProtection = false
11
 
12