Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -129,6 +129,7 @@ YOUTUBE_EXAMPLES = ["https://www.youtube.com/watch?v=vMboypSkj3c"]
|
|
| 129 |
# with gr.Blocks(theme=theme) as demo:
|
| 130 |
theme = gr.Theme.from_hub("gradio/dracula_revamped")
|
| 131 |
theme.text_md = '9px'
|
|
|
|
| 132 |
with gr.Blocks(theme=theme) as demo:
|
| 133 |
|
| 134 |
with gr.Row():
|
|
|
|
| 129 |
# with gr.Blocks(theme=theme) as demo:
|
| 130 |
theme = gr.Theme.from_hub("gradio/dracula_revamped")
|
| 131 |
theme.text_md = '9px'
|
| 132 |
+
theme.text_lg = '11px'
|
| 133 |
with gr.Blocks(theme=theme) as demo:
|
| 134 |
|
| 135 |
with gr.Row():
|