Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -127,7 +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) as demo:
|
| 132 |
|
| 133 |
with gr.Row():
|
|
|
|
| 127 |
|
| 128 |
# theme = 'gradio/dracula_revamped' #'Insuz/Mocha' #gr.themes.Soft()
|
| 129 |
# with gr.Blocks(theme=theme) as demo:
|
| 130 |
+
theme = gr.Theme.from_hub("gradio/dracula_revamped")
|
| 131 |
+
theme.text_md = '8px'
|
| 132 |
with gr.Blocks(theme=theme) as demo:
|
| 133 |
|
| 134 |
with gr.Row():
|