ggcristian commited on
Commit
71c4da9
·
1 Parent(s): fce1a0c

Update buttons

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -105,19 +105,19 @@ with gr.Blocks(css=custom_css, js=js_func, theme=gr.themes.Default(primary_hue=c
105
  <div style="text-align: center; margin-bottom: 15px;">
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>
 
105
  <div style="text-align: center; margin-bottom: 15px;">
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 14px; 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 14px; 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 14px; border-radius: 8px; border: none; font-size: 16px; cursor: pointer;">
121
  How to submit
122
  </button>
123
  </a>