diff --git a/components/Conversation.vue b/components/Conversation.vue
index adc8271..7aa38c4 100644
--- a/components/Conversation.vue
+++ b/components/Conversation.vue
@@ -253,6 +253,7 @@ onNuxtReady(() => {
color="transparent"
>
+
diff --git a/components/editorTools/UploadFile.vue b/components/editorTools/UploadFile.vue
new file mode 100644
index 0000000..a0f45de
--- /dev/null
+++ b/components/editorTools/UploadFile.vue
@@ -0,0 +1,89 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('Insert file') }}
+
+
+
+
+
+ {{ $t('Currently, only PDF files are supported.') }}
+
+
+
+
+
+ {{ $t('Insert') }}
+
+
+
+
+
+
+
+
\ No newline at end of file