Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ HTML="""
|
|
25 |
.text {
|
26 |
font-size: 32px;
|
27 |
padding-top: 15%;
|
28 |
-
padding-left:
|
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():
|