Spaces:
Running
Running
Update
Browse files
app.py
CHANGED
|
@@ -40,15 +40,6 @@ for idx, d in enumerate(data, 1):
|
|
| 40 |
"""
|
| 41 |
|
| 42 |
html = f"""
|
| 43 |
-
<head>
|
| 44 |
-
<meta name="description" content="{task_description}">
|
| 45 |
-
<meta name="keywords" content="autonomous driving, CARLA, leaderboard, benchmark, end-to-end driving, self-driving cars, driving score, machine learning, computer vision, robotics, simulation">
|
| 46 |
-
<meta name="author" content="Bench2Drive">
|
| 47 |
-
<meta property="og:title" content="Bench2Drive - Autonomous Driving Leaderboard">
|
| 48 |
-
<meta property="og:description" content="{task_description}">
|
| 49 |
-
<meta property="og:type" content="website">
|
| 50 |
-
<title>Bench2Drive Leaderboard - Autonomous Driving Benchmark CARLA</title>
|
| 51 |
-
</head>
|
| 52 |
<style>
|
| 53 |
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');
|
| 54 |
|
|
|
|
| 40 |
"""
|
| 41 |
|
| 42 |
html = f"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
<style>
|
| 44 |
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');
|
| 45 |
|