diff --git a/Frontend/templates/result.html b/Frontend/templates/result.html index a2002655f3bc5468a01b847a783cd212b071743a..3e0893e7ea1daf68ac5f07d63aadc7a9d91d0a74 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>