Spaces:
Sleeping
Sleeping
Allen Park
commited on
Commit
·
27e1849
1
Parent(s):
91ad5b7
fix(move lynx logo above patronus logo)
Browse files
app.py
CHANGED
@@ -71,17 +71,17 @@ with open('logo.svg', 'r') as file:
|
|
71 |
HEADER = f"""
|
72 |
# Patronus Lynx Demo
|
73 |
<table bgcolor="#1E2432" cellspacing="0" cellpadding="0" width="450">
|
74 |
-
<tr
|
75 |
<td style="text-align: center;">
|
76 |
-
<a href="https://www.patronus.ai">
|
77 |
-
|
78 |
</a>
|
79 |
</td>
|
80 |
</tr>
|
81 |
-
<tr>
|
82 |
<td style="text-align: center;">
|
83 |
-
<a href="https://www.patronus.ai
|
84 |
-
|
85 |
</a>
|
86 |
</td>
|
87 |
</tr>
|
|
|
71 |
HEADER = f"""
|
72 |
# Patronus Lynx Demo
|
73 |
<table bgcolor="#1E2432" cellspacing="0" cellpadding="0" width="450">
|
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" height="20">
|
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>
|