From 9bf6d3eae1b3bc7a7af834ea9fb5da54d57db4ae Mon Sep 17 00:00:00 2001 From: Percen <21pesi1bif@hft-stuttgart.de> Date: Sat, 14 Dec 2024 16:12:20 +0000 Subject: [PATCH] Update public/index.html --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 8a35bd4..2ba52fc 100644 --- a/public/index.html +++ b/public/index.html @@ -24,7 +24,7 @@ </head> <body> <script> - let selectedModel = 'robot'; // Standardauswahl + let selectedModel = 'flower'; // Standardauswahl let models = {}; let reticle; -- GitLab