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