Spaces:
Running
on
T4
Running
on
T4
rerank model
Browse files
app.py
CHANGED
@@ -181,7 +181,7 @@ with col1:
|
|
181 |
<div class="card-header">🔍</div>
|
182 |
<div class="card-text" style="font-size: 31px; color: #e46e08; ">AI Search</div>
|
183 |
<div class="card-description" style="font-size: 16px; color: #ccc; margin-top: 6px;text-align: center;white-space: normal;">
|
184 |
-
Explore ML search types, Re-ranking
|
185 |
</div>
|
186 |
</a>
|
187 |
""", unsafe_allow_html=True)
|
|
|
181 |
<div class="card-header">🔍</div>
|
182 |
<div class="card-text" style="font-size: 31px; color: #e46e08; ">AI Search</div>
|
183 |
<div class="card-description" style="font-size: 16px; color: #ccc; margin-top: 6px;text-align: center;white-space: normal;">
|
184 |
+
Explore ML search types, Re-ranking and Query rewriting on retail data </div>
|
185 |
</div>
|
186 |
</a>
|
187 |
""", unsafe_allow_html=True)
|