Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -132,8 +132,8 @@ YOUTUBE_EXAMPLES = ["https://youtu.be/5vJBhdjvVcE?si=s3NFG_SlVju0Iklg",
|
|
132 |
"https://youtu.be/mIWYTg55h10?si=WkbtKfL6NlNquvT8"]
|
133 |
|
134 |
theme = gr.Theme.from_hub("gradio/dracula_revamped")
|
135 |
-
theme.text_md = '
|
136 |
-
theme.text_lg = '
|
137 |
|
138 |
theme.body_background_fill_dark = '#060a1c' #'#372037'# '#a17ba5' #'#73d3ac'
|
139 |
theme.border_color_primary_dark = '#45507328'
|
|
|
132 |
"https://youtu.be/mIWYTg55h10?si=WkbtKfL6NlNquvT8"]
|
133 |
|
134 |
theme = gr.Theme.from_hub("gradio/dracula_revamped")
|
135 |
+
theme.text_md = '10px'
|
136 |
+
theme.text_lg = '12px'
|
137 |
|
138 |
theme.body_background_fill_dark = '#060a1c' #'#372037'# '#a17ba5' #'#73d3ac'
|
139 |
theme.border_color_primary_dark = '#45507328'
|