Spaces:
Running
Running
Commit
·
fce1a0c
1
Parent(s):
388e11b
Update buttons
Browse files
app.py
CHANGED
@@ -106,19 +106,19 @@ with gr.Blocks(css=custom_css, js=js_func, theme=gr.themes.Default(primary_hue=c
|
|
106 |
<p style="margin-bottom: 15px;">Welcome to the TuRTLe Model Leaderboard! Use the filters below to explore different RTL benchmarks and models.</p>
|
107 |
<a href="https://github.com/HPAI-BSC" target="_blank" style="text-decoration: none; margin-right: 10px;">
|
108 |
<button style="background: #333; color: white; padding: 10px 16px; border-radius: 8px; border: none; font-size: 16px; cursor: pointer;">
|
109 |
-
|
110 |
</button>
|
111 |
</a>
|
112 |
|
113 |
<a href="https://arxiv.org/" target="_blank" style="text-decoration: none; margin-right: 10px;">
|
114 |
<button style="background: #b31b1b; color: white; padding: 10px 16px; border-radius: 8px; border: none; font-size: 16px; cursor: pointer;">
|
115 |
-
|
116 |
</button>
|
117 |
</a>
|
118 |
|
119 |
<a href="https://github.com/HPAI-BSC" style="text-decoration: none;">
|
120 |
<button style="background: #00674F; color: white; padding: 10px 16px; border-radius: 8px; border: none; font-size: 16px; cursor: pointer;">
|
121 |
-
|
122 |
</button>
|
123 |
</a>
|
124 |
<p style="margin-top: 15px;">If you have any inquiries or wish to collaborate:
|
|
|
106 |
<p style="margin-bottom: 15px;">Welcome to the TuRTLe Model Leaderboard! Use the filters below to explore different RTL benchmarks and models.</p>
|
107 |
<a href="https://github.com/HPAI-BSC" target="_blank" style="text-decoration: none; margin-right: 10px;">
|
108 |
<button style="background: #333; color: white; padding: 10px 16px; border-radius: 8px; border: none; font-size: 16px; cursor: pointer;">
|
109 |
+
GitHub Repo
|
110 |
</button>
|
111 |
</a>
|
112 |
|
113 |
<a href="https://arxiv.org/" target="_blank" style="text-decoration: none; margin-right: 10px;">
|
114 |
<button style="background: #b31b1b; color: white; padding: 10px 16px; border-radius: 8px; border: none; font-size: 16px; cursor: pointer;">
|
115 |
+
arXiv Preprint
|
116 |
</button>
|
117 |
</a>
|
118 |
|
119 |
<a href="https://github.com/HPAI-BSC" style="text-decoration: none;">
|
120 |
<button style="background: #00674F; color: white; padding: 10px 16px; border-radius: 8px; border: none; font-size: 16px; cursor: pointer;">
|
121 |
+
How to submit
|
122 |
</button>
|
123 |
</a>
|
124 |
<p style="margin-top: 15px;">If you have any inquiries or wish to collaborate:
|