Spaces:
Runtime error
Runtime error
Allen Park
commited on
Commit
·
2eff13f
1
Parent(s):
b0e4079
remove hr and add lynx logo
Browse files
app.py
CHANGED
|
@@ -126,6 +126,7 @@ OLDER_HEADER = f"""
|
|
| 126 |
|
| 127 |
HEADER = """
|
| 128 |
<div style="width: 100%; display: flex; flex-direction: column; gap: 24px; padding-top: 24px; position: relative">
|
|
|
|
| 129 |
<div style="display: flex; justify-content: space-between">
|
| 130 |
<a href="https://www.patronus.ai">
|
| 131 |
<img src="https://postimage.me/images/2024/07/31/FullLogo_ColorDefault.png" width="250">
|
|
@@ -147,7 +148,6 @@ HEADER = """
|
|
| 147 |
<h2>Patronus Lynx Demo</h2>
|
| 148 |
</div>
|
| 149 |
</div>
|
| 150 |
-
<hr>
|
| 151 |
|
| 152 |
**Patronus Lynx** is a state-of-the-art open-source model for hallucination detection.
|
| 153 |
|
|
|
|
| 126 |
|
| 127 |
HEADER = """
|
| 128 |
<div style="width: 100%; display: flex; flex-direction: column; gap: 24px; padding-top: 24px; position: relative">
|
| 129 |
+
<img src="https://postimage.me/images/2024/07/30/lynx.png" width="125" style="position: absolute; top: 0; right: 0;">
|
| 130 |
<div style="display: flex; justify-content: space-between">
|
| 131 |
<a href="https://www.patronus.ai">
|
| 132 |
<img src="https://postimage.me/images/2024/07/31/FullLogo_ColorDefault.png" width="250">
|
|
|
|
| 148 |
<h2>Patronus Lynx Demo</h2>
|
| 149 |
</div>
|
| 150 |
</div>
|
|
|
|
| 151 |
|
| 152 |
**Patronus Lynx** is a state-of-the-art open-source model for hallucination detection.
|
| 153 |
|