Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Pratik Bhavsar
commited on
Commit
Β·
2f40f5f
1
Parent(s):
d79b50f
improved title
Browse files- data_loader.py +4 -4
data_loader.py
CHANGED
@@ -81,16 +81,16 @@ TITLE = """
|
|
81 |
<div style="text-align: center; margin-bottom: 2rem;">
|
82 |
<h1 style="margin-bottom: 1rem; font-size: 2.5rem; font-weight: bold;">Agent Leaderboard</h1>
|
83 |
<div style="display: flex; justify-content: center; gap: 2rem; font-size: 1.1rem;">
|
84 |
-
<a href="https://galileo.ai" target="_blank" style="text-decoration: none; color: #
|
85 |
Blog π
|
86 |
</a>
|
87 |
-
<a href="https://galileo.ai" target="_blank" style="text-decoration: none; color: #
|
88 |
GitHub β
|
89 |
</a>
|
90 |
-
<a href="https://galileo.ai" target="_blank" style="text-decoration: none; color: #
|
91 |
Paper π
|
92 |
</a>
|
93 |
-
<a href="https://galileo.ai" target="_blank" style="text-decoration: none; color: #
|
94 |
Dataset π
|
95 |
</a>
|
96 |
</div>
|
|
|
81 |
<div style="text-align: center; margin-bottom: 2rem;">
|
82 |
<h1 style="margin-bottom: 1rem; font-size: 2.5rem; font-weight: bold;">Agent Leaderboard</h1>
|
83 |
<div style="display: flex; justify-content: center; gap: 2rem; font-size: 1.1rem;">
|
84 |
+
<a href="https://galileo.ai" target="_blank" style="text-decoration: none; color: #ffffff; font-weight: 500; padding: 0.5rem;">
|
85 |
Blog π
|
86 |
</a>
|
87 |
+
<a href="https://galileo.ai" target="_blank" style="text-decoration: none; color: #ffffff; font-weight: 500; padding: 0.5rem;">
|
88 |
GitHub β
|
89 |
</a>
|
90 |
+
<a href="https://galileo.ai" target="_blank" style="text-decoration: none; color: #ffffff; font-weight: 500; padding: 0.5rem;">
|
91 |
Paper π
|
92 |
</a>
|
93 |
+
<a href="https://galileo.ai" target="_blank" style="text-decoration: none; color: #ffffff; font-weight: 500; padding: 0.5rem;">
|
94 |
Dataset π
|
95 |
</a>
|
96 |
</div>
|