Spaces:
Running
on
T4
Running
on
T4
rerank model
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ st.markdown("""
|
|
81 |
|
82 |
/* Header strip with icon */
|
83 |
.card-header {
|
84 |
-
font-size:
|
85 |
color: #AAA;
|
86 |
text-transform: uppercase;
|
87 |
|
@@ -175,7 +175,7 @@ with col1:
|
|
175 |
st.markdown("""
|
176 |
<a href="/Semantic_Search" target="_self" style="text-decoration: none;">
|
177 |
<div class="card">
|
178 |
-
<div class="card-header" style="font-size:
|
179 |
<div class="card-text" style="font-size: 31px; color: #e46e08; ">AI Search</div>
|
180 |
<div class="card-description" style="font-size: 16px; color: #ccc; margin-top: 6px;text-align: center;white-space: normal;">
|
181 |
Explore ML search types, Re-ranking, Query rewriting and more on a retail dataset </div>
|
@@ -188,7 +188,7 @@ with col2:
|
|
188 |
st.markdown("""
|
189 |
<a href="/Multimodal_Conversational_Search" target="_self" style="text-decoration: none;">
|
190 |
<div class="card">
|
191 |
-
<div class="card-header" style="font-size:
|
192 |
<div class="card-text" style="font-size: 31px; color: #e46e08; ">Multimodal RAG</div>
|
193 |
<div class="card-description" style="font-size: 16px; color: #ccc; margin-top: 6px;text-align: center;white-space: normal;">
|
194 |
Explore Multimodal RAG over complex PDFs (with tables, graphs etc) </div>
|
@@ -205,7 +205,7 @@ with col3:
|
|
205 |
st.markdown("""
|
206 |
<a href="/AI_Shopping_Assistant" target="_self" style="text-decoration: none;">
|
207 |
<div class="card">
|
208 |
-
<div class="card-header" style="font-size:
|
209 |
<div class="card-text" style="font-size: 31px; color: #e46e08;">Agentic RAG</div>
|
210 |
<div class="card-description" style="font-size: 16px; color: #ccc; margin-top: 6px;text-align: center;white-space: normal;">
|
211 |
Explore how an AI agent in front of RAG enhances product search experience </div>
|
|
|
81 |
|
82 |
/* Header strip with icon */
|
83 |
.card-header {
|
84 |
+
font-size: 50px;
|
85 |
color: #AAA;
|
86 |
text-transform: uppercase;
|
87 |
|
|
|
175 |
st.markdown("""
|
176 |
<a href="/Semantic_Search" target="_self" style="text-decoration: none;">
|
177 |
<div class="card">
|
178 |
+
<div class="card-header" style="font-size: 50px; margin-bottom: 10px;">π</div>
|
179 |
<div class="card-text" style="font-size: 31px; color: #e46e08; ">AI Search</div>
|
180 |
<div class="card-description" style="font-size: 16px; color: #ccc; margin-top: 6px;text-align: center;white-space: normal;">
|
181 |
Explore ML search types, Re-ranking, Query rewriting and more on a retail dataset </div>
|
|
|
188 |
st.markdown("""
|
189 |
<a href="/Multimodal_Conversational_Search" target="_self" style="text-decoration: none;">
|
190 |
<div class="card">
|
191 |
+
<div class="card-header" style="font-size: 50px; margin-bottom: 10px;">π¬</div>
|
192 |
<div class="card-text" style="font-size: 31px; color: #e46e08; ">Multimodal RAG</div>
|
193 |
<div class="card-description" style="font-size: 16px; color: #ccc; margin-top: 6px;text-align: center;white-space: normal;">
|
194 |
Explore Multimodal RAG over complex PDFs (with tables, graphs etc) </div>
|
|
|
205 |
st.markdown("""
|
206 |
<a href="/AI_Shopping_Assistant" target="_self" style="text-decoration: none;">
|
207 |
<div class="card">
|
208 |
+
<div class="card-header" style="font-size: 50px; margin-bottom: 10px;">π§ π¬</div>
|
209 |
<div class="card-text" style="font-size: 31px; color: #e46e08;">Agentic RAG</div>
|
210 |
<div class="card-description" style="font-size: 16px; color: #ccc; margin-top: 6px;text-align: center;white-space: normal;">
|
211 |
Explore how an AI agent in front of RAG enhances product search experience </div>
|