import gradio as gr theme = gr.themes.Base( primary_hue=gr.themes.Color( c100="#fef1d1", c200="#fde3a2", c300="#fde3a2", c400="#fbce5d", c50="fef8e8", c500="fbce5d", c600="#f9b917", c700="#c79412", c800="#854d0e", c900="#713f12", c950="#653b12", ), secondary_hue=gr.themes.Color( c100="#cccdd5", c200="#999bab", c300="#999bab", c400="#4c506c", c50="#e5e6ea", c500="#4c506c", c600="#4c506c", c700="#00052d", c800="#00052d", c900="#00052d", c950="#00052d", ), neutral_hue=gr.themes.Color( c100="#e5e6ea", c200="#bdbdbd", c300="#bdbdbd", c400="#bbbbc2", c50="rgba(255, 255, 255, 1)", c500="#71717a", c600="#52525b", c700="#3f3f46", c800="#27272a", c900="#18181b", c950="#0f0f11", ), font=["Helvetica Neue", "Helvetica", "Arial", "sans-serif"], ).set( body_text_color="*neutral_900", embed_radius="*radius_md", background_fill_primary="#fafafa", border_color_primary="*neutral_100", color_accent="*primary_600", code_background_fill="*neutral_50", block_background_fill="#ffffff", panel_background_fill="*background_fill_primary", checkbox_label_background_fill="*neutral_50", checkbox_label_background_fill_hover="*neutral_100", input_background_fill="*neutral_50", input_background_fill_hover="*neutral_50", input_border_color="*neutral_100", input_border_width="*block_border_width", button_primary_background_fill="*primary_600", button_secondary_background_fill="*neutral_50", button_secondary_text_color="*neutral_900", ) logo = """ """