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

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=gr.themes.sizes.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_lg)) as demo:
141
  gr.HTML(HTML)
142
  gr.Markdown(DESCRIPTION)
143
  with gr.Row():