Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ombhojane committed Feb 9, 2024
1 parent 7b1761d commit 90c804a
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
Binary file removed assets/extramid.png
Binary file not shown.
Binary file removed assets/large.png
Binary file not shown.
Binary file removed assets/mid.png
Binary file not shown.
Binary file removed assets/planning.png
Binary file not shown.
Binary file removed assets/small.png
Binary file not shown.
4 changes: 2 additions & 2 deletions static/js/predict.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ tailwind.init();
farmImage.src = 'https://www.wallpaperup.com/uploads/wallpapers/2015/06/13/720738/0c856c888523da6127f5a322edcd8b43.jpg';
farmImage.classList.remove('hidden');
} else if (landSize >= 20 && landSize < 25) {
farmImage.src = '../assets/extramid.png';
farmImage.src = 'https://www.wallpaperup.com/uploads/wallpapeassets\small.pngrs/2015/06/13/720738/0c856c888523da6127f5a322edcd8b43.jpg';
farmImage.classList.remove('hidden');
} else if (landSize >= 25) {
farmImage.src = '../assets/large.png';
farmImage.src = 'https://www.wallpaperup.com/uploads/wallpapeassets\small.pngrs/2015/06/13/720738/0c856c888523da6127f5a322edcd8b43.jpg';
farmImage.classList.remove('hidden');
} else {
farmImage.classList.add('hidden');
Expand Down
2 changes: 1 addition & 1 deletion templates/predict.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div class="bg-white p-8 shadow-lg rounded-lg max-w-3xl mx-auto">
<h1 class="text-4xl font-bold mb-6 text-green-700">Plan your next agrotourism service</h1>
<div class="relative h-0" style="padding-bottom: 65%;">
<img src="../assets/planning.png" alt="Agrotourism Image" class="absolute inset-0 w-full object-cover rounded-lg" />
<img src="https://www.wallpaperup.com/uploads/wallpapeassets\small.pngrs/2015/06/13/720738/0c856c888523da6127f5a322edcd8b43.jpg" alt="Agrotourism Image" class="absolute inset-0 w-full object-cover rounded-lg" />
</div>
<form>
<div class="form-section">
Expand Down

0 comments on commit 90c804a

Please sign in to comment.