lawlevisan commited on
Commit
bf2c62f
·
verified ·
1 Parent(s): 17140b9

Update .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +7 -3
.streamlit/config.toml CHANGED
@@ -1,8 +1,12 @@
1
  [server]
2
  headless = true
3
- port = $PORT
4
  enableCORS = false
 
5
 
6
  [theme]
7
- primaryColor="#F63366"
8
- backgroundColor="#FFFFFF"
 
 
 
 
1
  [server]
2
  headless = true
3
+ port = 8501
4
  enableCORS = false
5
+ enableXsrfProtection = false
6
 
7
  [theme]
8
+ primaryColor = "#F63366"
9
+ backgroundColor = "#FFFFFF"
10
+ secondaryBackgroundColor = "#F0F2F6"
11
+ textColor = "#262730"
12
+ font = "sans serif"