Allen Park commited on
Commit
7cf55c5
·
1 Parent(s): c73afd0

fix(moved lynx model header into <a> tag & removed html parser around logo_svg)

Browse files
Files changed (1) hide show
  1. app.py +4 -6
app.py CHANGED
@@ -75,18 +75,16 @@ HEADER = f"""
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>
 
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
80
+ </h1>
81
  </a>
 
 
 
82
  </td>
83
  </tr>
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>