Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -92,10 +92,13 @@ def show_video(video_url):
|
|
92 |
|
93 |
# Create the Gradio interface
|
94 |
with gr.Blocks(css="""
|
|
|
|
|
|
|
95 |
#search_output img {
|
96 |
-
width: 150px !important;
|
97 |
-
height:
|
98 |
-
margin-right:
|
99 |
}
|
100 |
#search_output .gallery-item {
|
101 |
display: flex !important;
|
|
|
92 |
|
93 |
# Create the Gradio interface
|
94 |
with gr.Blocks(css="""
|
95 |
+
#search_output {
|
96 |
+
max-width: 400px; /* Adjusts the maximum width of the gallery container */
|
97 |
+
}
|
98 |
#search_output img {
|
99 |
+
width: 150px !important; /* Adjusts the width of the images */
|
100 |
+
height: 150 !important;
|
101 |
+
margin-right: 20px;
|
102 |
}
|
103 |
#search_output .gallery-item {
|
104 |
display: flex !important;
|