DawnC commited on
Commit
c9e05fa
ยท
verified ยท
1 Parent(s): 5d7dd72

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;