AkimfromParis commited on
Commit
645919a
·
verified ·
1 Parent(s): f950e29

Test logo display with hyperlinks without background

Browse files
Files changed (1) hide show
  1. src/about.py +17 -0
src/about.py CHANGED
@@ -212,3 +212,20 @@ CITATION_BUTTON_TEXT = r"""@misc{OJLL,
212
  url={https://arxiv.org/abs/2407.03963},
213
  }
214
  """
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
212
  url={https://arxiv.org/abs/2407.03963},
213
  }
214
  """
215
+
216
+ """
217
+
218
+ <div style="display: flex; flex-direction: row; justify-content: space-around; align-items: center" dir="ltr">
219
+ <a href="https://llm-jp.nii.ac.jp/en/">
220
+ <img src="file/src/Logos-HQ/LLM-jp-Logo-Oct-2024.png" alt="LLM-jp" style="max-height: 100px">
221
+ </a>
222
+ <a href="https://mdx.jp/">
223
+ <img src="file/src/Logos-HQ/MDX-Logo-Oct-2024.jpg" alt="MDX platform" style="max-height: 100px">
224
+ </a>
225
+ <a href="https://huggingface.co/">
226
+ <img src="file/src/Logos-HQ/HuggingFace-Logo-Oct-2024.png" alt="Hugging Face" style="max-height: 100px">
227
+ </a>
228
+ </div>
229
+ </div>
230
+
231
+ """