mimbres commited on
Commit
7ba1ef9
·
verified ·
1 Parent(s): 6a5dca4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 = '9px'
136
- theme.text_lg = '11px'
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'