Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Datascope Change #12

Merged
merged 15 commits into from
Feb 15, 2025
2 changes: 1 addition & 1 deletion src/layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def render_pie_chart():
html.Ul(
[
html.Li(dbc.NavLink("NASDAQ 100", active=True, href="#")),
html.Li("S&P 500"),
#html.Li("S&P 500"),
]
),
],
Expand Down