Bhavi23 commited on
Commit
434a2a0
·
verified ·
1 Parent(s): 91df5aa

Create .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +20 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [server]
2
+ headless = true
3
+ port = 7860
4
+ address = "0.0.0.0"
5
+ fileWatcherType = "none"
6
+
7
+ [browser]
8
+ gatherUsageStats = false
9
+
10
+ [theme]
11
+ base = "light"
12
+ primaryColor = "#FF6B6B"
13
+ backgroundColor = "#FFFFFF"
14
+ secondaryBackgroundColor = "#F0F2F6"
15
+ textColor = "#262730"
16
+
17
+ [runner]
18
+ magicEnabled = true
19
+ installTracer = false
20
+ fixMatplotlib = true