pawkanarek commited on
Commit
3918634
·
1 Parent(s): 9fce49d

change markdown to html

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def get_cached_data() -> tuple[str, pd.DataFrame]:
63
 
64
 
65
  with gr.Blocks(title="Bittensor Subnet Incentives") as demo:
66
- gr.Markdown(
67
  """
68
  <div style="text-align: center">
69
  <h1>Burntensor</h1>
 
63
 
64
 
65
  with gr.Blocks(title="Bittensor Subnet Incentives") as demo:
66
+ gr.HTML(
67
  """
68
  <div style="text-align: center">
69
  <h1>Burntensor</h1>