Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
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 {
|