Spaces:
Running
on
Zero
Running
on
Zero
Update description_search_ui.py
Browse files- description_search_ui.py +1 -1
description_search_ui.py
CHANGED
@@ -274,7 +274,7 @@ def create_description_search_tab() -> gr.Column:
|
|
274 |
</style>
|
275 |
"""
|
276 |
|
277 |
-
|
278 |
gr.HTML(css + guide_html)
|
279 |
|
280 |
description_input = gr.Textbox(
|
|
|
274 |
</style>
|
275 |
"""
|
276 |
|
277 |
+
with gr.Column():
|
278 |
gr.HTML(css + guide_html)
|
279 |
|
280 |
description_input = gr.Textbox(
|