Rooni commited on
Commit
8bbc8d4
1 Parent(s): 0d68bec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -4,12 +4,10 @@ import gradio as gr
4
 
5
  from gradio.themes.utils.theme_dropdown import create_theme_dropdown
6
 
7
-
8
- THEME = 'YTheme/GMaterial'
9
-
10
-
11
  dropdown, js = create_theme_dropdown()
12
 
 
 
13
  with gr.Blocks(theme=THEME) as demo:
14
  with gr.Row():
15
  with gr.Column(scale=10):
 
4
 
5
  from gradio.themes.utils.theme_dropdown import create_theme_dropdown
6
 
 
 
 
 
7
  dropdown, js = create_theme_dropdown()
8
 
9
+
10
+ THEME = 'YTheme/GMaterial'
11
  with gr.Blocks(theme=THEME) as demo:
12
  with gr.Row():
13
  with gr.Column(scale=10):