Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ FONT = """<link href="https://fonts.cdnfonts.com/css/intersect-c-brk" rel="style
|
|
12 |
TITLE_FONT = """<link href="https://fonts.cdnfonts.com/css/promova" rel="stylesheet">"""
|
13 |
TITLE = """ <h1 align = "center" id = "space-title" class = "intersect"> D3 Subnet Leaderboard</h1> """
|
14 |
DESCRIPTION = """<marquee><h3 align= "center"> The D3 Subnet, standing for Decentralized Distributed Data Scraping subnet, plays a crucial role in the advancement of artificial intelligence by ensuring ample training data for all Bittensor AI networks. </h3></marquee>"""
|
15 |
-
IMAGE = """<a href="https://discord.com/channels/799672011265015819/1161764869280903240" target="_blank"><img src="https://
|
16 |
|
17 |
last_refresh = None
|
18 |
demo = gr.Blocks(css="""
|
|
|
12 |
TITLE_FONT = """<link href="https://fonts.cdnfonts.com/css/promova" rel="stylesheet">"""
|
13 |
TITLE = """ <h1 align = "center" id = "space-title" class = "intersect"> D3 Subnet Leaderboard</h1> """
|
14 |
DESCRIPTION = """<marquee><h3 align= "center"> The D3 Subnet, standing for Decentralized Distributed Data Scraping subnet, plays a crucial role in the advancement of artificial intelligence by ensuring ample training data for all Bittensor AI networks. </h3></marquee>"""
|
15 |
+
IMAGE = """<a href="https://discord.com/channels/799672011265015819/1161764869280903240" target="_blank"><img src="https://github.com/gitphantomman/d3_subnet/blob/main/docs/d3.png?raw=true" alt="D3 Subnet" style="margin: auto; width: 20%; border: 0;" /></a>"""
|
16 |
|
17 |
last_refresh = None
|
18 |
demo = gr.Blocks(css="""
|