Skip to content

Commit

Permalink
Use proper/rebranded name and icon in browser tab for Omniperf/rocpro…
Browse files Browse the repository at this point in the history
…f-compute Web UI.
  • Loading branch information
xuchen-amd committed Sep 13, 2024
1 parent 0c17ada commit 9682536
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/omniperf_analyze/analysis_webui.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,13 @@

BINARY_NAME = "rocprof-compute"


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

Expand Down

0 comments on commit 9682536

Please sign in to comment.