Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Test logo display with hyperlinks without background
Browse files- 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 |
+
"""
|