Diangle commited on
Commit
0397115
·
1 Parent(s): c61139e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ def search(search_sentence):
137
  return AUTOPLAY_VIDEOS
138
 
139
 
140
- with gr.Blocks(theme=gr.themes.Default(text_size='text_md')) as demo:
141
  gr.HTML(HTML)
142
  gr.Markdown(DESCRIPTION)
143
  with gr.Row():
 
137
  return AUTOPLAY_VIDEOS
138
 
139
 
140
+ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as demo:
141
  gr.HTML(HTML)
142
  gr.Markdown(DESCRIPTION)
143
  with gr.Row():