diff --git a/web/explorer/src/components/UploadOptions.vue b/web/explorer/src/components/UploadOptions.vue
index d3735c7d..14223a0a 100644
--- a/web/explorer/src/components/UploadOptions.vue
+++ b/web/explorer/src/components/UploadOptions.vue
@@ -29,28 +29,28 @@
+
+
+ OR
+
+
+ OR
+
-
- OR
-
-
- OR
-
+
+
+
-
-
-
-
-
- OR
-
-
- OR
-
-
-
-
-
+
+ OR
+
+
+ OR
+
+
+
+
+
@@ -66,6 +66,7 @@ import InputText from "primevue/inputtext";
import Button from "primevue/button";
const loadURL = ref("");
+const isBundle = import.meta.env.MODE === "bundle";
defineEmits(["load-from-local", "load-from-url", "load-demo-static", "load-demo-dynamic"]);