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
@@ -294,7 +294,7 @@ def create_description_search_tab() -> gr.Column:
|
|
294 |
|
295 |
# ε θΌηζ
εη΅ζεε
|
296 |
with gr.Column() as output_area:
|
297 |
-
loading_info = gr.HTML(visible=
|
298 |
<div style="text-align: center; padding: 2rem;">
|
299 |
<div style="display: inline-block; width: 40px; height: 40px; border: 4px solid #f3f3f3;
|
300 |
border-top: 4px solid #3498db; border-radius: 50%; margin-bottom: 1rem;
|
|
|
294 |
|
295 |
# ε θΌηζ
εη΅ζεε
|
296 |
with gr.Column() as output_area:
|
297 |
+
loading_info = gr.HTML(visible=False, value="""
|
298 |
<div style="text-align: center; padding: 2rem;">
|
299 |
<div style="display: inline-block; width: 40px; height: 40px; border: 4px solid #f3f3f3;
|
300 |
border-top: 4px solid #3498db; border-radius: 50%; margin-bottom: 1rem;
|