Spaces:
Running
Running
remove chat menu
Browse files
src/lib/components/sidebar/Sidebar.svelte
CHANGED
@@ -29,11 +29,11 @@
|
|
29 |
label: "Translation",
|
30 |
icon: "bi:translate",
|
31 |
},
|
32 |
-
{
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
},
|
37 |
];
|
38 |
|
39 |
let open: boolean = false;
|
|
|
29 |
label: "Translation",
|
30 |
icon: "bi:translate",
|
31 |
},
|
32 |
+
// {
|
33 |
+
// path: "/text-generation/chat",
|
34 |
+
// label: "Chat",
|
35 |
+
// icon: "ph:chat-dots-fill",
|
36 |
+
// },
|
37 |
];
|
38 |
|
39 |
let open: boolean = false;
|