File size: 572 Bytes
cbfafdd 1294a05 1f2cf9f ee666ce 1294a05 ee666ce cbfafdd 1f2cf9f cbfafdd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
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"]) |