unknown commited on
Commit 路
45e9a96
1
Parent(s): 5be1769
update
Browse files
app.py
CHANGED
|
@@ -240,10 +240,10 @@ get_window_url_params = """
|
|
| 240 |
|
| 241 |
TITLE = """<h1 align="center" id="space-title">SGI-Bench Leaderboard 馃弳</h1>"""
|
| 242 |
INFO = """<p align="center">
|
| 243 |
-
<a href="https://internscience.github.io/SGI-Page/"><b>
|
| 244 |
-
<a href="https://arxiv.org/pdf/2512.16969"><b>
|
| 245 |
-
<a href="https://huggingface.co/collections/InternScience/sgi-bench"><b>
|
| 246 |
-
<a href="https://github.com/InternScience/SGI-Bench"><b>GitHub</b></a>
|
| 247 |
</p>"""
|
| 248 |
|
| 249 |
CITATION_BUTTON_LABEL = "馃摉 Citation"
|
|
|
|
| 240 |
|
| 241 |
TITLE = """<h1 align="center" id="space-title">SGI-Bench Leaderboard 馃弳</h1>"""
|
| 242 |
INFO = """<p align="center">
|
| 243 |
+
<a href="https://internscience.github.io/SGI-Page/"><b>馃寪Official Site</b></a> 路
|
| 244 |
+
<a href="https://arxiv.org/pdf/2512.16969"><b>馃摐arXiv</b></a> 路
|
| 245 |
+
<a href="https://huggingface.co/collections/InternScience/sgi-bench"><b>馃Hugging Face</b></a> 路
|
| 246 |
+
<a href="https://github.com/InternScience/SGI-Bench"><b>馃捇GitHub</b></a>
|
| 247 |
</p>"""
|
| 248 |
|
| 249 |
CITATION_BUTTON_LABEL = "馃摉 Citation"
|