Spaces:
Running
Running
Commit
·
559ad26
1
Parent(s):
73cf0ca
About section update
Browse files
app.py
CHANGED
@@ -150,24 +150,24 @@ with gr.Blocks(css=custom_css, js=js_func) as app:
|
|
150 |
<div style="max-width: 800px; margin: auto; padding: 20px; border: 1px solid #ccc; border-radius: 10px;">
|
151 |
<h1 style="text-align: center; font-size: 28px; margin-top: -7px;">HPAI-BSC</h1>
|
152 |
|
153 |
-
<p style="font-size:
|
154 |
The <b>High-Performance Artificial Intelligence (HPAI)</b> group is part of the
|
155 |
<a href="https://bsc.es/" target="_blank">Barcelona Supercomputing Center (BSC)</a>.
|
156 |
This leaderboard is maintained by HPAI as part of our commitment to <b>open science</b>.
|
157 |
</p>
|
158 |
|
159 |
-
<ul style="font-size:
|
160 |
<li><a href="https://hpai.bsc.es/" target="_blank">Official Website</a></li>
|
161 |
<li><a href="https://github.com/HPAI-BSC/" target="_blank">GitHub Organization Page</a></li>
|
162 |
<li><a href="https://huggingface.co/HPAI-BSC/" target="_blank">Hugging Face Organization Page</a></li>
|
163 |
<li><a href="https://hpai.bsc.es/publications" target="_blank">Publications</a></li>
|
164 |
</ul>
|
165 |
|
166 |
-
<p style="font-size:
|
167 |
Feel free to contact us:
|
168 |
</p>
|
169 |
|
170 |
-
<p style="font-size:
|
171 |
</div>
|
172 |
"""
|
173 |
)
|
|
|
150 |
<div style="max-width: 800px; margin: auto; padding: 20px; border: 1px solid #ccc; border-radius: 10px;">
|
151 |
<h1 style="text-align: center; font-size: 28px; margin-top: -7px;">HPAI-BSC</h1>
|
152 |
|
153 |
+
<p style="font-size: 16px;">
|
154 |
The <b>High-Performance Artificial Intelligence (HPAI)</b> group is part of the
|
155 |
<a href="https://bsc.es/" target="_blank">Barcelona Supercomputing Center (BSC)</a>.
|
156 |
This leaderboard is maintained by HPAI as part of our commitment to <b>open science</b>.
|
157 |
</p>
|
158 |
|
159 |
+
<ul style="font-size: 16px; margin-bottom: 20px; margin-top: 20px;">
|
160 |
<li><a href="https://hpai.bsc.es/" target="_blank">Official Website</a></li>
|
161 |
<li><a href="https://github.com/HPAI-BSC/" target="_blank">GitHub Organization Page</a></li>
|
162 |
<li><a href="https://huggingface.co/HPAI-BSC/" target="_blank">Hugging Face Organization Page</a></li>
|
163 |
<li><a href="https://hpai.bsc.es/publications" target="_blank">Publications</a></li>
|
164 |
</ul>
|
165 |
|
166 |
+
<p style="font-size: 16px; margin-top: 15px;">
|
167 |
Feel free to contact us:
|
168 |
</p>
|
169 |
|
170 |
+
<p style="font-size: 16px;">Email: <a href="mailto:[email protected]"><b>[email protected]</b></a></p>
|
171 |
</div>
|
172 |
"""
|
173 |
)
|