Spaces:
Sleeping
Sleeping
ashikshaffi08
commited on
Commit
•
54398df
1
Parent(s):
6d41b51
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,6 @@ from communex.client import CommuneClient
|
|
9 |
import aiohttp
|
10 |
|
11 |
FONT = """<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap" rel="stylesheet">"""
|
12 |
-
IMAGE = """<p align="center" style="font-size: 72px;">ZANGIEF</p>"""
|
13 |
HEADER = """
|
14 |
<h2 align="center" class="typewriter">Welcome to the Zangief - CommuneAI Translation Subnet Leaderboard!</h2>
|
15 |
<p align="center">This leaderboard showcases the top-performing miners in the Zangief - CommuneAI Translation Subnet. The models are ranked based on their daily rewards.</p>
|
@@ -170,7 +169,7 @@ seafoam = Seafoam()
|
|
170 |
|
171 |
with gr.Blocks(theme=seafoam, analytics_enabled=True) as demo:
|
172 |
gr.HTML(FONT)
|
173 |
-
gr.
|
174 |
gr.HTML(HEADER)
|
175 |
gr.HTML(EVALUATION_HEADER)
|
176 |
gr.HTML(EVALUATION_DETAILS)
|
|
|
9 |
import aiohttp
|
10 |
|
11 |
FONT = """<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap" rel="stylesheet">"""
|
|
|
12 |
HEADER = """
|
13 |
<h2 align="center" class="typewriter">Welcome to the Zangief - CommuneAI Translation Subnet Leaderboard!</h2>
|
14 |
<p align="center">This leaderboard showcases the top-performing miners in the Zangief - CommuneAI Translation Subnet. The models are ranked based on their daily rewards.</p>
|
|
|
169 |
|
170 |
with gr.Blocks(theme=seafoam, analytics_enabled=True) as demo:
|
171 |
gr.HTML(FONT)
|
172 |
+
gr.Image("zang_pi.png", elem_id="custom-image")
|
173 |
gr.HTML(HEADER)
|
174 |
gr.HTML(EVALUATION_HEADER)
|
175 |
gr.HTML(EVALUATION_DETAILS)
|