diff --git a/frontend/components/tasks/textClassification/LabelGroup.vue b/frontend/components/tasks/textClassification/LabelGroup.vue
new file mode 100644
index 00000000..cc6dbbee
--- /dev/null
+++ b/frontend/components/tasks/textClassification/LabelGroup.vue
@@ -0,0 +1,46 @@
+
+
+
+
+
+
diff --git a/frontend/components/tasks/textClassification/LabelSelect.vue b/frontend/components/tasks/textClassification/LabelSelect.vue
new file mode 100644
index 00000000..0a70cda1
--- /dev/null
+++ b/frontend/components/tasks/textClassification/LabelSelect.vue
@@ -0,0 +1,46 @@
+
+
+
+
+
+
diff --git a/frontend/components/tasks/textClassification/multiLabel/LabelGroup.vue b/frontend/components/tasks/textClassification/multiLabel/LabelGroup.vue
new file mode 100644
index 00000000..1a0bcdae
--- /dev/null
+++ b/frontend/components/tasks/textClassification/multiLabel/LabelGroup.vue
@@ -0,0 +1,74 @@
+
+
+
+ {{ item.text }}
+
+ {{ item.suffixKey }}
+
+
+
+
+
+
diff --git a/frontend/components/tasks/textClassification/TextClassification.vue b/frontend/components/tasks/textClassification/multiLabel/LabelSelect.vue
similarity index 98%
rename from frontend/components/tasks/textClassification/TextClassification.vue
rename to frontend/components/tasks/textClassification/multiLabel/LabelSelect.vue
index 87d5b548..73386c4d 100644
--- a/frontend/components/tasks/textClassification/TextClassification.vue
+++ b/frontend/components/tasks/textClassification/multiLabel/LabelSelect.vue
@@ -1,12 +1,13 @@
diff --git a/frontend/components/tasks/textClassification/singleLabel/LabelGroup.vue b/frontend/components/tasks/textClassification/singleLabel/LabelGroup.vue
new file mode 100644
index 00000000..d450147b
--- /dev/null
+++ b/frontend/components/tasks/textClassification/singleLabel/LabelGroup.vue
@@ -0,0 +1,69 @@
+
+
+
+ {{ item.text }}
+
+ {{ item.suffixKey }}
+
+
+
+
+
+
diff --git a/frontend/components/tasks/textClassification/SingleLabel.vue b/frontend/components/tasks/textClassification/singleLabel/LabelSelect.vue
similarity index 98%
rename from frontend/components/tasks/textClassification/SingleLabel.vue
rename to frontend/components/tasks/textClassification/singleLabel/LabelSelect.vue
index 387b2999..f0daa330 100644
--- a/frontend/components/tasks/textClassification/SingleLabel.vue
+++ b/frontend/components/tasks/textClassification/singleLabel/LabelSelect.vue
@@ -1,12 +1,13 @@
diff --git a/frontend/components/tasks/toolbar/ToolbarLaptop.vue b/frontend/components/tasks/toolbar/ToolbarLaptop.vue
index 390c9800..265fc331 100644
--- a/frontend/components/tasks/toolbar/ToolbarLaptop.vue
+++ b/frontend/components/tasks/toolbar/ToolbarLaptop.vue
@@ -59,6 +59,7 @@
/>
+
-
+
{{ currentDoc.text }}
@@ -27,13 +29,13 @@