diff --git a/img.jpg b/static/img.jpg similarity index 100% rename from img.jpg rename to static/img.jpg diff --git a/index.html b/templates/index.html similarity index 97% rename from index.html rename to templates/index.html index 78ecc5e..69dc6b4 100644 --- a/index.html +++ b/templates/index.html @@ -1,132 +1,132 @@ - - - - - - Bootstrap demo - - - - - - - - - - - - -
-

Crop Recommendation System 🌱

- - -
-
-
- - -
-
- - -
-
- - -
-
- -
-
- - -
-
- - -
-
- - -
-
- -
-
- - -
-
- - - -
- -
- -
-
-
- - - - {% if result %} -
- ... -
-
Recommend Crop for cultivation is:
-

{{ result }}

-
-
- {% endif %} -
- - - + + + + + + Bootstrap demo + + + + + + + + + + + + +
+

Crop Recommendation System 🌱

+ + +
+
+
+ + +
+
+ + +
+
+ + +
+
+ +
+
+ + +
+
+ + +
+
+ + +
+
+ +
+
+ + +
+
+ + + +
+ +
+ +
+
+
+ + + + {% if result %} +
+ ... +
+
Recommend Crop for cultivation is:
+

{{ result }}

+
+
+ {% endif %} +
+ + + \ No newline at end of file