afght12 commited on
Commit
1562935
·
verified ·
1 Parent(s): 04fe107

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,8 +14,8 @@ TITLE = """<h1 align="center" id="space-title" class="typewriter">Synthia Leader
14
 
15
  IMAGE = """<a href="https://www.communeai.org/commune-logo.svg" target="_blank"><img src="https://www.communeai.org/commune-logo.svg" alt="Synthia Logo" style="margin: auto; width: 20%; border: 0;" /></a>"""
16
 
17
- HEADER = """<h2 align="center" class="typewriter">Welcome to the Synthia Leaderboard!</h2>
18
- <p align="center">This leaderboard showcases the top-performing models in the Synthia Subnet. The models are ranked based on their daily rewards.</p>"""
19
 
20
  EVALUATION_HEADER = """<h3 align="center">Evaluation Details</h3>"""
21
 
 
14
 
15
  IMAGE = """<a href="https://www.communeai.org/commune-logo.svg" target="_blank"><img src="https://www.communeai.org/commune-logo.svg" alt="Synthia Logo" style="margin: auto; width: 20%; border: 0;" /></a>"""
16
 
17
+ HEADER = """<h2 align="center" class="typewriter">Welcome to the Synthia Commune Leaderboard!</h2>
18
+ <p align="center">This leaderboard showcases the top-performing models in the Synthia Commune Subnet. The models are ranked based on their daily rewards.</p>"""
19
 
20
  EVALUATION_HEADER = """<h3 align="center">Evaluation Details</h3>"""
21