Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,6 @@ import gradio as gr
|
|
| 4 |
from gradio.themes.utils.theme_dropdown import create_theme_dropdown
|
| 5 |
|
| 6 |
dropdown, js = create_theme_dropdown()
|
| 7 |
-
|
| 8 |
with gr.Blocks() as demo:
|
| 9 |
with gr.Row(equal_height=True):
|
| 10 |
with gr.Column(scale=10):
|
|
|
|
| 4 |
from gradio.themes.utils.theme_dropdown import create_theme_dropdown
|
| 5 |
|
| 6 |
dropdown, js = create_theme_dropdown()
|
|
|
|
| 7 |
with gr.Blocks() as demo:
|
| 8 |
with gr.Row(equal_height=True):
|
| 9 |
with gr.Column(scale=10):
|