mobenta commited on
Commit
7150494
·
verified ·
1 Parent(s): 697a066

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -3
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: 150px !important;
98
- margin-right: 0px;
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;