Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ FONT = """<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono&displ
|
|
12 |
|
13 |
TITLE = """<h1 align="center" id="space-title" class="typewriter">Synthia Leaderboard</h1>"""
|
14 |
|
15 |
-
IMAGE = """<a href="
|
16 |
|
17 |
HEADER = """
|
18 |
<h2 align="center" class="typewriter">Welcome to the Synthia Commune Leaderboard!</h2>
|
|
|
12 |
|
13 |
TITLE = """<h1 align="center" id="space-title" class="typewriter">Synthia Leaderboard</h1>"""
|
14 |
|
15 |
+
IMAGE = """<a href="commune-logo.svg" target="_blank"><img src="commune-logo.svg" alt="Commune Logo" style="margin: auto; width: 20%; border: 0;" /></a>"""
|
16 |
|
17 |
HEADER = """
|
18 |
<h2 align="center" class="typewriter">Welcome to the Synthia Commune Leaderboard!</h2>
|