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