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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,7 +25,7 @@ HTML="""
25
  .text {
26
  font-size: 32px;
27
  padding-top: 15%;
28
- padding-left: 20%;
29
  padding-bottom: 5%;
30
  float: left
31
  }
@@ -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_lg)) as demo:
141
  gr.HTML(HTML)
142
  gr.Markdown(DESCRIPTION)
143
  with gr.Row():
 
25
  .text {
26
  font-size: 32px;
27
  padding-top: 15%;
28
+ padding-left: 15%;
29
  padding-bottom: 5%;
30
  float: left
31
  }
 
137
  return AUTOPLAY_VIDEOS
138
 
139
 
140
+ with gr.Blocks(theme=gr.themes.Default(spacing_size=gr.themes.sizes.spacing_lg, radius_size=gr.themes.sizes.radius_lg, text_size=gr.themes.sizes.text_lg)) as demo:
141
  gr.HTML(HTML)
142
  gr.Markdown(DESCRIPTION)
143
  with gr.Row():