Spaces:
Running
Running
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +6 -45
.streamlit/config.toml
CHANGED
@@ -4,49 +4,10 @@ enableStaticServing=true
|
|
4 |
|
5 |
|
6 |
|
7 |
-
|
8 |
-
#[[theme.fontFaces]]
|
9 |
-
#family="SpaceMono"
|
10 |
-
#url="app/static/SpaceMono-Regular.ttf"
|
11 |
-
|
12 |
-
|
13 |
-
#[theme]
|
14 |
-
#base="dark"
|
15 |
-
#primaryColor="#FFD700" #slateBlue
|
16 |
-
#backgroundColor="#0B0B0F" #white
|
17 |
-
#secondaryBackgroundColor="#1C1C24" lavender
|
18 |
-
#textColor="#FFFFFF"
|
19 |
-
#baseRadius="full"
|
20 |
-
#font="san serif"
|
21 |
-
#fontSize=20
|
22 |
-
#borderColor="mediumSlateBlue"
|
23 |
-
#showWidgetBorder=true
|
24 |
-
#linkColor="darkOrchid"
|
25 |
-
#codeColor="ghostwhite"
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
#[theme.sidebar]
|
31 |
-
#backgroundColor="aliceBlue"
|
32 |
-
#secondaryBackgroundColor="skyBlue"
|
33 |
-
#baseRadius="none"
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
#[theme]
|
38 |
-
#base = "dark"
|
39 |
-
#primaryColor = "#FFB800" # warm golden-yellow accent like Cohere's logo
|
40 |
-
#backgroundColor = "#F9FAFB" # very light gray/white background
|
41 |
-
#secondaryBackgroundColor = "#FFFFFF" # card/sidebar: clean white
|
42 |
-
#textColor = "#0B0B0F" # deep black text
|
43 |
-
#font = "monospace"
|
44 |
-
|
45 |
-
|
46 |
[theme]
|
47 |
-
base
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
|
|
4 |
|
5 |
|
6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
[theme]
|
8 |
+
base="light"
|
9 |
+
font="monospace"
|
10 |
+
secondaryBackgroundColor="#02FDC8"
|
11 |
+
primaryColor="red"
|
12 |
+
[server]
|
13 |
+
enableStaticServing = true
|