File size: 990 Bytes
3954866
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
vectara_theme = {
    "name": "vectara",
    "funix": {
        "run_button": "Refresh",
        "grid_height": 960,
        "grid_checkbox": False
    },
    "overrides": {
        "MuiAppBar": {
            "styleOverrides": {
                "root": {
                    "backgroundColor": "#ffffff",
                    "color": "rgba(0, 0, 0, 0.87)",
                    "& .MuiToolbar-root:before": {
                        "content": '""',
                        "background": "url('https://huggingface.co/spaces/vectara/README/resolve/main/Vectara-logo.png')",
                        "display": "block",
                        "background-size": "contain",
                        "background-repeat": "no-repeat",
                        "background-position": "left",
                        "width": "125px",
                        "height": "40px",
                        "margin-right": "10px",
                    },
                },
            }
        },
    },
}