BOTeome / scripts /boteome_styles.py
Juan
added data files
456f631
boteome_css = """
.prose h1 {color: black}
.gradio-container {background-color: white; width: 100%;}
.bubble-wrap {background-color: white}
.svelte-cmf5ev {color: white; background-image: linear-gradient(to right bottom, rgb(91,76,251), rgb(91,76,251));}
.svelte-1f354aw {background-color: white; color: black}
.svelte-1b6s6s {background-color: white; color: black}
.flex-wrap.user.svelte-1ggj411 {background-color: #70b1fb; color: red;}
.flex-wrap.bot.svelte-1ggj411 {background-color: #ad3dfa; color: red;}
.flex-wrap.bot.svelte-1ggj411.dark l{background-color: #ad3dfa; color: red;}
.message.pending.svelte-1gpwetz {background-color: #ad3dfa}
.contain.svelte-1rjryqp.svelte-1rjryqp.svelte-1rjryqp {background-color: white; color: black}
.svelte-1ed2p3z {background-image: url(static/img/BOTeome_logo.png); height:170px; background-size: 500px; background-repeat: no-repeat;}
.dark {color:white; --body-text-color: white;}
.center.svelte-j5bxrl {background-color: white; color: black}
.wrap.svelte-b0hvie {color: black}
"""