--- a
+++ b/Templates/home.html
@@ -0,0 +1,18 @@
+<html>
+<head>
+  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
+    <title>Upload Image</title>
+</head>
+<body>
+    <div class="col-sm">
+      <h1><span class="badge badge-danger">Leukemia Prediction</span></h1>
+    </div>
+
+    <div class="col-sm">
+      <form action = "/predict" method = "post" enctype="multipart/form-data">
+          <input type="file" accept = "image/*" name="file" />
+          <input type = "submit" value="Upload">
+      </form>
+    </div>
+</body>
+</html>
\ No newline at end of file