Skip to content

Commit

Permalink
change dashboard id
Browse files Browse the repository at this point in the history
  • Loading branch information
marianotir committed May 28, 2023
1 parent 4ffe2a9 commit 87ae202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dash_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def update_data():
),
html.H2('Backtest Metrics'),
dash_table.DataTable(
id='metrics_table',
id='backtest_metrics_table',
columns=[{"name": i, "id": i} for i in backtest_metrics.columns],
data=backtest_metrics.to_dict('records'),
style_table={'overflowX': 'auto', 'maxHeight': '300px'},
Expand Down

0 comments on commit 87ae202

Please sign in to comment.