Spaces:
Running
Running
Commit
·
3918634
1
Parent(s):
9fce49d
change markdown to html
Browse files
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.
|
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>
|