README / README.md
Rooni's picture
Update README.md
79f1e4b verified
|
raw
history blame
826 Bytes
---
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()
```