afght12 commited on
Commit
37c6090
·
verified ·
1 Parent(s): 988cf19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -14,9 +14,11 @@ 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 Commune Leaderboard!</h2>
18
- <p align="center">This leaderboard showcases the top-performing miners in the Synthia Commune Subnet. The models are ranked based on their daily rewards.</p>"""
19
- <p align="center">The Synthia subnet leverages Commune's incentives to create a permissionless mining market around distilling knowledge out of SOTA closed-source model APIs into a public dataset to accelerate the OpenSource AI space. Targetted models and strategy will adapt based on the current SOTA.</p>"""
 
 
20
 
21
  EVALUATION_HEADER = """<h3 align="center">Evaluation Details</h3>"""
22
 
 
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 = """
18
+ <h2 align="center" class="typewriter">Welcome to the Synthia Commune Leaderboard!</h2>
19
+ <p align="center">This leaderboard showcases the top-performing miners in the Synthia Commune Subnet. The models are ranked based on their daily rewards.</p>
20
+ <p align="center">The Synthia subnet leverages Commune's incentives to create a permissionless mining market around distilling knowledge out of SOTA closed-source model APIs into a public dataset to accelerate the OpenSource AI space. Targeted models and strategy will adapt based on the current SOTA.</p>
21
+ """
22
 
23
  EVALUATION_HEADER = """<h3 align="center">Evaluation Details</h3>"""
24