pawkanarek commited on
Commit
b538081
·
1 Parent(s): b3c9632

forgot about saving file, adding image to frontend

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -65,6 +65,9 @@ with gr.Blocks(title="Bittensor Subnet Incentives") as demo:
65
  gr.Markdown(
66
  """
67
  # Bittensor Subnet Burn Dashboard
 
 
 
68
  This dashboard displays the burn percentage set by subnet owners for miners.
69
  """
70
  )
 
65
  gr.Markdown(
66
  """
67
  # Bittensor Subnet Burn Dashboard
68
+ <div align="center">
69
+ <img src="assets/burn.gif" alt="Burn GIF" width="250">
70
+ </div>
71
  This dashboard displays the burn percentage set by subnet owners for miners.
72
  """
73
  )