Rooni commited on
Commit
9e9c220
·
1 Parent(s): 4ac37b6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -1
README.md CHANGED
@@ -7,4 +7,25 @@ sdk: gradio
7
  pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  pinned: false
8
  ---
9
 
10
+ # YThemes
11
+
12
+ Welcome to YThemes, a subdivision of YUFI focused on crafting beautiful and functional themes for Gradio interfaces!
13
+
14
+ ## About Me
15
+
16
+ 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.
17
+
18
+ ## Custom Themes
19
+
20
+ 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.
21
+
22
+ ## How to use themes
23
+
24
+ ```python
25
+ import gradio as gr
26
+
27
+ with gr.Blocks(theme='YThemes/GMaterial') as demo: # Replace "GMaterial", on my other topic.
28
+ # Your Gradio code here
29
+
30
+ demo.launch()
31
+ ```