Spaces:
Running
on
T4
Running
on
T4
rerank model
Browse files
app.py
CHANGED
@@ -191,7 +191,7 @@ with col2:
|
|
191 |
<div class="card-header" style="font-size: 45px; 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
|
195 |
</div>
|
196 |
</a>
|
197 |
""", unsafe_allow_html=True)
|
|
|
191 |
<div class="card-header" style="font-size: 45px; 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>
|
195 |
</div>
|
196 |
</a>
|
197 |
""", unsafe_allow_html=True)
|