Allen Park commited on
Commit
8d534dc
1 Parent(s): dff5ffe

fix(made lynx logo smaller 150px->125px & add container div to make the header smaller width and centered)

Browse files
Files changed (1) hide show
  1. app.py +7 -5
app.py CHANGED
@@ -73,11 +73,13 @@ 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" 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
80
- </h1>
 
 
81
  </a>
82
  </td>
83
  </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: center;">
77
+ <img src="https://postimage.me/images/2024/07/30/lynx.png" width="125">
78
+ <div style="width: 100%; display: flex; justify-content: center;">
79
+ <h1 style="color: white; font-size: 1.5rem; font-weight: 600; width: 50%">
80
+ Lynx 8B v1.1 & Lynx 70B
81
+ </h1>
82
+ </div>
83
  </a>
84
  </td>
85
  </tr>