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
@@ -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>"
|
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 |
|