Update app.py
Browse files
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):
|