DawnC commited on
Commit
79d4f18
1 Parent(s): a3410eb

Update description_search_ui.py

Browse files
Files changed (1) hide show
  1. description_search_ui.py +1 -1
description_search_ui.py CHANGED
@@ -153,7 +153,7 @@ def create_description_search_tab():
153
  loading_msg = gr.HTML("""
154
  <div style='text-align: center; color: #666;'>
155
  <p><b>Finding your perfect match...</b></p>
156
- <p>"Hang tight — our AI is fetching the best match for you! 🐾 Complex requests might take a few minutes, but we appreciate your patience. Good things take time!"</p>
157
  </div>
158
  """, visible=False)
159
 
 
153
  loading_msg = gr.HTML("""
154
  <div style='text-align: center; color: #666;'>
155
  <p><b>Finding your perfect match...</b></p>
156
+ <p>"Hold tight — our AI is fetching your perfect match. Good things take a little time!"</p>
157
  </div>
158
  """, visible=False)
159