experiments/veo-app/components/styles.py (11 lines of code) (raw):

import mesop as me SIDENAV_MIN_WIDTH=68 SIDENAV_MAX_WIDTH=200 DEFAULT_MENU_STYLE = me.Style(align_content="left") _FANCY_TEXT_GRADIENT = me.Style( color="transparent", background=( "linear-gradient(72.83deg,#4285f4 11.63%,#9b72cb 40.43%,#d96570 68.07%)" " text" ), )