wip misc; cleaup launch
This commit is contained in:
@@ -371,6 +371,14 @@ class DashboardLayoutManager:
|
||||
|
||||
html.Div([
|
||||
dcc.Graph(id="price-chart", style={"height": "500px"})
|
||||
]),
|
||||
html.Hr(className="my-2"),
|
||||
html.Div([
|
||||
html.H6([
|
||||
html.I(className="fas fa-chart-line me-2"),
|
||||
"Polymarket vs CoinGecko (BTC/ETH, next 5 days)"
|
||||
], className="card-title mb-2"),
|
||||
dcc.Graph(id="polymarket-eth-btc-chart", style={"height": "350px"})
|
||||
])
|
||||
], className="card-body p-2")
|
||||
], className="card")
|
||||
|
||||
Reference in New Issue
Block a user