ln2697 commited on
Commit
bcbdc1b
·
1 Parent(s): 988a6d0
Files changed (2) hide show
  1. app.py +4 -3
  2. results.json +2 -2
app.py CHANGED
@@ -122,8 +122,9 @@ html = f"""
122
  .table-leaderboard .repo-cell a {{
123
  color: #9ca3af;
124
  text-decoration: none;
125
- font-size: 18px;
126
- display: inline-block;
 
127
  }}
128
 
129
  .table-leaderboard .repo-cell a:hover {{
@@ -138,7 +139,7 @@ html = f"""
138
  <th>Model Name</th>
139
  <th>Driving Score ↑</th>
140
  <th>Paper Title</th>
141
- <th>Repository</th>
142
  </tr>
143
  </thead>
144
  <tbody>
 
122
  .table-leaderboard .repo-cell a {{
123
  color: #9ca3af;
124
  text-decoration: none;
125
+ display: inline-flex;
126
+ align-items: center;
127
+ justify-content: center;
128
  }}
129
 
130
  .table-leaderboard .repo-cell a:hover {{
 
139
  <th>Model Name</th>
140
  <th>Driving Score ↑</th>
141
  <th>Paper Title</th>
142
+ <th style="text-align: center;">Repository</th>
143
  </tr>
144
  </thead>
145
  <tbody>
results.json CHANGED
@@ -12,7 +12,7 @@
12
  "driving_score": 86.87,
13
  "paper_title": "BridgeDrive: Diffusion Bridge Policy for Closed-Loop Trajectory Planning in Autonomous Driving",
14
  "paper_link": "https://arxiv.org/abs/2509.23589",
15
- "repository": "-",
16
- "repository_link": "-"
17
  }
18
  ]
 
12
  "driving_score": 86.87,
13
  "paper_title": "BridgeDrive: Diffusion Bridge Policy for Closed-Loop Trajectory Planning in Autonomous Driving",
14
  "paper_link": "https://arxiv.org/abs/2509.23589",
15
+ "repository": null,
16
+ "repository_link": null
17
  }
18
  ]