mobenta commited on
Commit
a62c4b6
·
verified ·
1 Parent(s): 8cced72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -96,8 +96,8 @@ with gr.Blocks(css="""
96
  max-width: 400px; /* Adjusts the maximum width of the gallery container */
97
  }
98
  #search_query_input input {
99
- width: 50%; /* Makes the search bar take the full width of its container */
100
- max-width: 100px; /* Set the maximum width of the search bar */
101
  }
102
  #search_output img {
103
  width: 150px !important; /* Adjusts the width of the images */
 
96
  max-width: 400px; /* Adjusts the maximum width of the gallery container */
97
  }
98
  #search_query_input input {
99
+ width: 100%; /* Makes the search bar take the full width of its container */
100
+ max-width: 400px; /* Set the maximum width of the search bar to match the gallery container */
101
  }
102
  #search_output img {
103
  width: 150px !important; /* Adjusts the width of the images */