From d5eb4a6ad3f1b6a1e1c3ced2e16352c82ee628ec Mon Sep 17 00:00:00 2001
From: "paula.hermenau" <paula.hermenau@web.de>
Date: Mon, 3 Jul 2023 16:04:55 +0200
Subject: [PATCH] picture

---
 Frontend/templates/result.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Frontend/templates/result.html b/Frontend/templates/result.html
index a200265..3e0893e 100644
--- a/Frontend/templates/result.html
+++ b/Frontend/templates/result.html
@@ -15,7 +15,7 @@
             <!--res is the result-->
             <h3>Placeholder result: {{ res }}</h3>
         <!-- currently a placeholder image to display result-->
-        <img src="{{url_for('static',filename='ProcessModel.PNG')}}" alt="Placeholder"> <br>
+        <img src="{{url_for('static',filename='moyai.jpg')}}" alt="Placeholder"> <br>
         <!--button to go back to home page-->
         <button onclick="window.location.href='/'" class="button"> Optimize your next case NOW!</button>
 </div>
-- 
GitLab