forrest_leaderboard_app_test / vectara_theme.py
forrestbao's picture
take theme out
3954866
raw
history blame contribute delete
990 Bytes
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",
},
},
}
},
},
}