---
title: README
emoji: 👁
colorFrom: pink
colorTo: purple
sdk: gradio
pinned: false
---
# YThemes

Welcome to YThemes, a subdivision of YUFI focused on crafting beautiful and functional themes for Gradio interfaces!

## About Me

I am 12 years old, a diva in Russia. I am interested in development and programming. I hope you like the themes and ❤ like ❤ them.

## Custom Themes

In addition to our pre-designed themes, we also offer custom theme design services. If you have a specific vision or brand identity you'd like to incorporate into your Gradio interface, our team can create a unique theme tailored to your needs.

## How to use themes

```python
import gradio as gr

with gr.Blocks(theme='YThemes/GMaterial') as demo: # Replace "GMaterial", on my other topic.
    # Your Gradio code here

demo.launch()
```