mobenta commited on
Commit
635c7e3
·
verified ·
1 Parent(s): 77631c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ with gr.Blocks(css="""
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 */
101
  }
102
  #search_output img {
 
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: 400px; /* Set the maximum width of the search bar */
101
  }
102
  #search_output img {