Skip to content

Instantly share code, notes, and snippets.

@philschmid
Created April 1, 2023 08:50
Show Gist options
  • Select an option

  • Save philschmid/fb779dd3faab3d8db1788e9ae42948d4 to your computer and use it in GitHub Desktop.

Select an option

Save philschmid/fb779dd3faab3d8db1788e9ae42948d4 to your computer and use it in GitHub Desktop.
import gradio as gr
theme = gr.themes.Monochrome(
primary_hue="indigo",
secondary_hue="blue",
neutral_hue="slate",
radius_size="radius_sm",
font=[gr.themes.GoogleFont('Open Sans'), 'ui-sans-serif', 'system-ui', 'sans-serif'],
).set(
shadow_drop='*button_shadow'
)
with gr.Blocks(theme=theme) as demo:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment