Spaces:
Configuration error
Configuration error
Commit ·
60ca133
1
Parent(s): 272fa8b
fix image
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://cdn.discordapp.com/attachments/1204940599145267200/
|
| 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://cdn.discordapp.com/attachments/1204940599145267200/1227562085819617280/4524FEF8-FABE-406A-A823-833E82B7D1E0.png?ex=6628db48&is=662789c8&hm=c4bf027e3d0d50eadd9be546942dca6e797cd83693b1a6f3f3a66fd2d3ea670f&" alt="D3 Subnet" style="margin: auto; width: 20%; border: 0;" /></a>"""
|
| 16 |
|
| 17 |
last_refresh = None
|
| 18 |
demo = gr.Blocks(css="""
|