Navya-Sree commited on
Commit
696d85d
·
verified ·
1 Parent(s): 5081514

Create .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +16 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [server]
2
+ headless = true
3
+ port = 7860
4
+ address = "0.0.0.0"
5
+
6
+ [browser]
7
+ gatherUsageStats = false
8
+
9
+ [theme]
10
+ primaryColor = "#4299e1"
11
+ backgroundColor = "#ffffff"
12
+ secondaryBackgroundColor = "#f7fafc"
13
+ textColor = "#1a365d"
14
+
15
+ [client]
16
+ showErrorDetails = false