diff --git a/app/templates/index.html b/app/templates/index.html
index a247eba7b1eba54709341b30e053a954775b09e6..dad21ae83fd272d0661ac2e97dacfb0ccda82426 100644
--- a/app/templates/index.html
+++ b/app/templates/index.html
@@ -180,7 +180,7 @@
                                         <div class="file-field input-field">
                                             <div class="btn">
                                                 <span>File</span>
-                                                <input type="file" @change="handleInputFile" ref="fileInputRef">
+                                                <input type="file" :accept="supportedFilesFormatFormatted" @change="handleInputFile" ref="fileInputRef">
                                             </div>
                                             <div class="file-path-wrapper hidden">
                                                 <input class="file-path validate" type="text">