Skip to content

Commit

Permalink
WIP Dashboard : removed intro block
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrotsmnrd committed Aug 25, 2024
1 parent 85c67d9 commit 73b9476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/dashboard/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def get_template(self):
def dashboard_page(self):
template = self.get_template()
dashboard = MainDashboard({"RTransparent": pn.state.cache["data"]})
template.main.append(dashboard.get_intro_block())
# template.main.append(dashboard.get_intro_block())
template.main.append(dashboard.get_dashboard())
template.sidebar.append(dashboard.get_sidebar())

Expand Down

0 comments on commit 73b9476

Please sign in to comment.