Rooni commited on
Commit
6369e08
·
1 Parent(s): c5fa08b

Update README.md

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