digiwild / app /theme.py
vancauwe's picture
fix: change color palette and disposition
ee666ce
raw
history blame
572 Bytes
import gradio as gr
css = """
.gradio-container {background: url(https://openclipart.org/image/2000px/279687)}
#image {background-color: #73b9ae}
#dead {background-color: #333333}
#wounded {background-color: #5e0724}
#buttons-conditions {background-color: #b3b3b3}
#dropdown-conditions {background-color: #b3b3b3}
#submit {background-color: #91ccb0}
"""
#wound old: #2d5543
#submit:#13422f
theme = gr.themes.Soft(primary_hue="teal", secondary_hue="teal", neutral_hue="emerald",
font=[gr.themes.GoogleFont("Inconsolata"), "Arial", "sans-serif"])