DawnC commited on
Commit
87aebd5
Β·
1 Parent(s): 421e857

Update description_search_ui.py

Browse files
Files changed (1) hide show
  1. 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=True, 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;
 
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;