Spaces:
Running
Running
Allen Park
commited on
Commit
•
dff5ffe
1
Parent(s):
50fb4e3
fix(move svg styling outside & add flex to a tag with lynx logo and header)
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ HEADER = f"""
|
|
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" width="150">
|
78 |
<h1 style="color: white; font-size: 1.5rem; font-weight: 600;">
|
79 |
Lynx 8B v1.1 & Lynx 70B
|
@@ -84,7 +84,7 @@ HEADER = f"""
|
|
84 |
<tr style="height:50px;">
|
85 |
<td style="text-align: center;">
|
86 |
<a href="https://www.patronus.ai">
|
87 |
-
<svg>{logo_svg}</svg>
|
88 |
</a>
|
89 |
</td>
|
90 |
</tr>
|
|
|
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" style="display: flex; align-items: end;">
|
77 |
<img src="https://postimage.me/images/2024/07/30/lynx.png" width="150">
|
78 |
<h1 style="color: white; font-size: 1.5rem; font-weight: 600;">
|
79 |
Lynx 8B v1.1 & Lynx 70B
|
|
|
84 |
<tr style="height:50px;">
|
85 |
<td style="text-align: center;">
|
86 |
<a href="https://www.patronus.ai">
|
87 |
+
<svg width="330" height="59" viewBox="0 0 330 59" fill="none" xmlns="http://www.w3.org/2000/svg">{logo_svg}</svg>
|
88 |
</a>
|
89 |
</td>
|
90 |
</tr>
|
logo.svg
CHANGED