Skip to content

Commit c1ef8e7

Browse files
committed
Set metadata.
Set the metadata values to something less generic -> makes the tab's name more useful.
1 parent 8da6991 commit c1ef8e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/layout.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ const geistMono = Geist_Mono({
1212
});
1313

1414
export const metadata = {
15-
title: "Create Next App",
16-
description: "Generated by create next app",
15+
title: "PyTorch IR Explorer",
16+
description: "An interactive web-based tool for exploring intermediate representations of PyTorch and Triton models",
1717
};
1818

1919
export default function RootLayout({ children }) {

0 commit comments

Comments
 (0)