File size: 826 Bytes
2c6d053
 
 
 
 
 
 
6369e08
 
 
 
 
 
 
79f1e4b
6369e08
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
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 13 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()
```