Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -93,9 +93,9 @@ def show_video(video_url):
|
|
93 |
# Create the Gradio interface
|
94 |
with gr.Blocks(css="""
|
95 |
#search_output img {
|
96 |
-
width:
|
97 |
-
height:
|
98 |
-
margin-right:
|
99 |
}
|
100 |
#search_output .gallery-item {
|
101 |
display: flex !important;
|
|
|
93 |
# Create the Gradio interface
|
94 |
with gr.Blocks(css="""
|
95 |
#search_output img {
|
96 |
+
width: 150px !important;
|
97 |
+
height: 150px !important;
|
98 |
+
margin-right: 5px;
|
99 |
}
|
100 |
#search_output .gallery-item {
|
101 |
display: flex !important;
|