File size: 645 Bytes
cbfafdd 1294a05 1f2cf9f ee666ce 59d7f29 ee666ce f64836c 1294a05 cbfafdd f64836c 1f2cf9f cbfafdd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
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}
#bird-boxes {background-color: #f2f3f3}
#buttons-conditions {background-color: #b3b3b3}
#dropdown-conditions {background-color: #b3b3b3}
#followup {background-color: #38241c}
#submit {background-color: #abb2bf}
"""
#followup 2nd option: #13422f
theme = gr.themes.Soft(primary_hue="teal", secondary_hue="teal", neutral_hue="emerald",
font=[gr.themes.GoogleFont("Inconsolata"), "Arial", "sans-serif"]) |