Spaces:
Runtime error
Runtime error
Allen Park commited on
Commit ·
c73afd0
1
Parent(s): 27e1849
fix(add html parser around {logo_svg} and add text next to lynx logo)
Browse files
app.py
CHANGED
|
@@ -74,14 +74,19 @@ HEADER = f"""
|
|
| 74 |
<tr>
|
| 75 |
<td style="text-align: center;">
|
| 76 |
<a href="https://www.patronus.ai/blog/lynx-state-of-the-art-open-source-hallucination-detection-model">
|
| 77 |
-
<img src="https://postimage.me/images/2024/07/30/lynx.png"
|
| 78 |
</a>
|
|
|
|
|
|
|
|
|
|
| 79 |
</td>
|
| 80 |
</tr>
|
| 81 |
<tr style="height:50px;">
|
| 82 |
<td style="text-align: center;">
|
| 83 |
<a href="https://www.patronus.ai">
|
|
|
|
| 84 |
{logo_svg}
|
|
|
|
| 85 |
</a>
|
| 86 |
</td>
|
| 87 |
</tr>
|
|
|
|
| 74 |
<tr>
|
| 75 |
<td style="text-align: center;">
|
| 76 |
<a href="https://www.patronus.ai/blog/lynx-state-of-the-art-open-source-hallucination-detection-model">
|
| 77 |
+
<img src="https://postimage.me/images/2024/07/30/lynx.png" width="150">
|
| 78 |
</a>
|
| 79 |
+
<h1 style="color: white; font-size: 1.5rem; font-weight: 600;">
|
| 80 |
+
Lynx 8B v1.1 & Lynx 70B
|
| 81 |
+
</h1>
|
| 82 |
</td>
|
| 83 |
</tr>
|
| 84 |
<tr style="height:50px;">
|
| 85 |
<td style="text-align: center;">
|
| 86 |
<a href="https://www.patronus.ai">
|
| 87 |
+
<!--
|
| 88 |
{logo_svg}
|
| 89 |
+
-->
|
| 90 |
</a>
|
| 91 |
</td>
|
| 92 |
</tr>
|