Skip to content

Commit

Permalink
Update webui branding (#459)
Browse files Browse the repository at this point in the history
* Update name and icon for browser tab to rocprofiler-compute.

Signed-off-by: xuchen-amd <xuchen@amd.com>

* Update name and icon for browser tab to rocprofiler-compute.

Signed-off-by: xuchen-amd <xuchen@amd.com>

---------

Signed-off-by: xuchen-amd <xuchen@amd.com>
  • Loading branch information
xuchen-amd authored Nov 6, 2024
1 parent 7821707 commit 9966e4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/rocprof_compute_analyze/analysis_webui.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,15 @@
from dash.dependencies import Input, Output, State


PROJECT_NAME = "rocprofiler-compute"


class webui_analysis(OmniAnalyze_Base):
def __init__(self, args, supported_archs):
super().__init__(args, supported_archs)
self.app = dash.Dash(__name__, external_stylesheets=[dbc.themes.CYBORG])
self.app = dash.Dash(
__name__, title=PROJECT_NAME, external_stylesheets=[dbc.themes.CYBORG]
)
self.dest_dir = os.path.abspath(args.path[0][0])
self.arch = None

Expand Down
Binary file added src/rocprof_compute_analyze/assets/favicon.ico
Binary file not shown.

0 comments on commit 9966e4a

Please sign in to comment.