Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -127,8 +127,8 @@ YOUTUBE_EXAMPLES = ["https://www.youtube.com/watch?v=vMboypSkj3c"]
|
|
127 |
|
128 |
# theme = 'gradio/dracula_revamped' #'Insuz/Mocha' #gr.themes.Soft()
|
129 |
# with gr.Blocks(theme=theme) as demo:
|
130 |
-
theme = gr.
|
131 |
-
with gr.Blocks(theme=theme
|
132 |
|
133 |
with gr.Row():
|
134 |
with gr.Column(scale=10):
|
|
|
127 |
|
128 |
# theme = 'gradio/dracula_revamped' #'Insuz/Mocha' #gr.themes.Soft()
|
129 |
# with gr.Blocks(theme=theme) as demo:
|
130 |
+
theme = gr.themes.dracula_revamped(text_size="sm")
|
131 |
+
with gr.Blocks(theme=theme) as demo:
|
132 |
|
133 |
with gr.Row():
|
134 |
with gr.Column(scale=10):
|