Subayyal commited on
Commit
757be7a
·
verified ·
1 Parent(s): cf83119

Create config.toml

Browse files
Files changed (1) hide show
  1. config.toml +11 -0
config.toml ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [server]
2
+ headless = true
3
+ enableCORS = false
4
+ port = 7860
5
+
6
+ [theme]
7
+ primaryColor="#4ADE80"
8
+ backgroundColor="#F0FDF4"
9
+ secondaryBackgroundColor="#D1FAE5"
10
+ textColor="#065F46"
11
+ font="sans serif"