digiwild / app /theme.py
vancauwe's picture
feat: changing theme first draft
cbfafdd
raw
history blame
290 Bytes
import gradio as gr
css = ".gradio-container {background: url(https://openclipart.org/image/2000px/279687)}"
theme = gr.themes.Soft(primary_hue="teal", secondary_hue="teal", neutral_hue="emerald",
font=[gr.themes.GoogleFont("Inconsolata"), "Arial", "sans-serif"])